|
5849 | 5849 | "type":"string",
|
5850 | 5850 | "enum":[
|
5851 | 5851 | "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" |
5856 | 5853 | ]
|
5857 | 5854 | },
|
5858 | 5855 | "BacktestResultsLocation":{
|
|
7072 | 7069 | "members":{
|
7073 | 7070 | "SourceS3Uri":{
|
7074 | 7071 | "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>" |
7076 | 7073 | },
|
7077 | 7074 | "OnCreate":{
|
7078 | 7075 | "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>" |
7080 | 7077 | }
|
7081 | 7078 | },
|
7082 |
| - "documentation":"<p>The LifeCycle configuration for a SageMaker HyperPod cluster.</p>" |
| 7079 | + "documentation":"<p>The lifecycle configuration for a SageMaker HyperPod cluster.</p>" |
7083 | 7080 | },
|
7084 | 7081 | "ClusterLifeCycleConfigFileName":{
|
7085 | 7082 | "type":"string",
|
|
8757 | 8754 | "members":{
|
8758 | 8755 | "FeatureGroupName":{
|
8759 | 8756 | "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>" |
8761 | 8758 | },
|
8762 | 8759 | "RecordIdentifierFeatureName":{
|
8763 | 8760 | "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>" |
8765 | 8762 | },
|
8766 | 8763 | "EventTimeFeatureName":{
|
8767 | 8764 | "shape":"FeatureName",
|
|
17860 | 17857 | "members":{
|
17861 | 17858 | "FeatureName":{
|
17862 | 17859 | "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>" |
17864 | 17861 | },
|
17865 | 17862 | "FeatureType":{
|
17866 | 17863 | "shape":"FeatureType",
|
|
0 commit comments