Skip to content

Commit c2b7f36

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Removed deprecated enum values and updated API documentation.
1 parent 6bf296a commit c2b7f36

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "Removed deprecated enum values and updated API documentation."
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5849,10 +5849,7 @@
58495849
"type":"string",
58505850
"enum":[
58515851
"AWS/Rekognition/DetectModerationLabels/Image/V3",
5852-
"AWS/Textract/AnalyzeDocument/Forms/V1",
5853-
"AWS/Textract/AnalyzeExpense",
5854-
"AWS/Handshake/VerifyIdentity",
5855-
"AWS/Bedrock/ModelEvaluation"
5852+
"AWS/Textract/AnalyzeDocument/Forms/V1"
58565853
]
58575854
},
58585855
"BacktestResultsLocation":{
@@ -7072,14 +7069,14 @@
70727069
"members":{
70737070
"SourceS3Uri":{
70747071
"shape":"S3Uri",
7075-
"documentation":"<p>An Amazon S3 bucket path where your LifeCycle scripts are stored.</p>"
7072+
"documentation":"<p>An Amazon S3 bucket path where your lifecycle scripts are stored.</p> <important> <p>Make sure that the S3 bucket path starts with <code>s3://sagemaker-</code>. The <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-prerequisites.html#sagemaker-hyperpod-prerequisites-iam-role-for-hyperpod\">IAM role for SageMaker HyperPod</a> has the managed <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-cluster.html\"> <code>AmazonSageMakerClusterInstanceRolePolicy</code> </a> attached, which allows access to S3 buckets with the specific prefix <code>sagemaker-</code>.</p> </important>"
70767073
},
70777074
"OnCreate":{
70787075
"shape":"ClusterLifeCycleConfigFileName",
7079-
"documentation":"<p>The directory of the LifeCycle script under <code>SourceS3Uri</code>. This LifeCycle script runs during cluster creation.</p>"
7076+
"documentation":"<p>The file name of the entrypoint script of lifecycle scripts under <code>SourceS3Uri</code>. This entrypoint script runs during cluster creation.</p>"
70807077
}
70817078
},
7082-
"documentation":"<p>The LifeCycle configuration for a SageMaker HyperPod cluster.</p>"
7079+
"documentation":"<p>The lifecycle configuration for a SageMaker HyperPod cluster.</p>"
70837080
},
70847081
"ClusterLifeCycleConfigFileName":{
70857082
"type":"string",
@@ -8757,11 +8754,11 @@
87578754
"members":{
87588755
"FeatureGroupName":{
87598756
"shape":"FeatureGroupName",
8760-
"documentation":"<p>The name of the <code>FeatureGroup</code>. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.</p> <p>The name:</p> <ul> <li> <p>Must start and end with an alphanumeric character.</p> </li> <li> <p>Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.</p> </li> </ul>"
8757+
"documentation":"<p>The name of the <code>FeatureGroup</code>. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.</p> <p>The name:</p> <ul> <li> <p>Must start with an alphanumeric character.</p> </li> <li> <p>Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.</p> </li> </ul>"
87618758
},
87628759
"RecordIdentifierFeatureName":{
87638760
"shape":"FeatureName",
8764-
"documentation":"<p>The name of the <code>Feature</code> whose value uniquely identifies a <code>Record</code> defined in the <code>FeatureStore</code>. Only the latest record per identifier value will be stored in the <code>OnlineStore</code>. <code>RecordIdentifierFeatureName</code> must be one of feature definitions' names.</p> <p>You use the <code>RecordIdentifierFeatureName</code> to access data in a <code>FeatureStore</code>.</p> <p>This name:</p> <ul> <li> <p>Must start and end with an alphanumeric character.</p> </li> <li> <p>Can only contains alphanumeric characters, hyphens, underscores. Spaces are not allowed. </p> </li> </ul>"
8761+
"documentation":"<p>The name of the <code>Feature</code> whose value uniquely identifies a <code>Record</code> defined in the <code>FeatureStore</code>. Only the latest record per identifier value will be stored in the <code>OnlineStore</code>. <code>RecordIdentifierFeatureName</code> must be one of feature definitions' names.</p> <p>You use the <code>RecordIdentifierFeatureName</code> to access data in a <code>FeatureStore</code>.</p> <p>This name:</p> <ul> <li> <p>Must start with an alphanumeric character.</p> </li> <li> <p>Can only contains alphanumeric characters, hyphens, underscores. Spaces are not allowed. </p> </li> </ul>"
87658762
},
87668763
"EventTimeFeatureName":{
87678764
"shape":"FeatureName",
@@ -17860,7 +17857,7 @@
1786017857
"members":{
1786117858
"FeatureName":{
1786217859
"shape":"FeatureName",
17863-
"documentation":"<p>The name of a feature. The type must be a string. <code>FeatureName</code> cannot be any of the following: <code>is_deleted</code>, <code>write_time</code>, <code>api_invocation_time</code>.</p> <p>The name:</p> <ul> <li> <p>Must start and end with an alphanumeric character.</p> </li> <li> <p>Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.</p> </li> </ul>"
17860+
"documentation":"<p>The name of a feature. The type must be a string. <code>FeatureName</code> cannot be any of the following: <code>is_deleted</code>, <code>write_time</code>, <code>api_invocation_time</code>.</p> <p>The name:</p> <ul> <li> <p>Must start with an alphanumeric character.</p> </li> <li> <p>Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.</p> </li> </ul>"
1786417861
},
1786517862
"FeatureType":{
1786617863
"shape":"FeatureType",

0 commit comments

Comments
 (0)