|
7814 | 7814 | "smithy.api#documentation": "<p>The private primary IP address of the SageMaker HyperPod cluster node.</p>"
|
7815 | 7815 | }
|
7816 | 7816 | },
|
| 7817 | + "PrivatePrimaryIpv6": { |
| 7818 | + "target": "com.amazonaws.sagemaker#ClusterPrivatePrimaryIpv6", |
| 7819 | + "traits": { |
| 7820 | + "smithy.api#documentation": "<p>The private primary IPv6 address of the SageMaker HyperPod cluster node.</p>" |
| 7821 | + } |
| 7822 | + }, |
7817 | 7823 | "PrivateDnsHostname": {
|
7818 | 7824 | "target": "com.amazonaws.sagemaker#ClusterPrivateDnsHostname",
|
7819 | 7825 | "traits": {
|
|
7976 | 7982 | "smithy.api#pattern": "^((25[0-5]|(2[0-4]|1\\d|[1-9]|)\\d)\\.?\\b){4}$"
|
7977 | 7983 | }
|
7978 | 7984 | },
|
| 7985 | + "com.amazonaws.sagemaker#ClusterPrivatePrimaryIpv6": { |
| 7986 | + "type": "string" |
| 7987 | + }, |
7979 | 7988 | "com.amazonaws.sagemaker#ClusterSchedulerConfigArn": {
|
7980 | 7989 | "type": "string",
|
7981 | 7990 | "traits": {
|
|
49071 | 49080 | "target": "com.amazonaws.sagemaker#ContainerImage",
|
49072 | 49081 | "traits": {
|
49073 | 49082 | "smithy.api#clientOptional": {},
|
49074 |
| - "smithy.api#documentation": "<p>The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.</p>\n <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker,\n the inference code must meet SageMaker requirements. SageMaker supports both\n <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>\n image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon\n SageMaker</a>.</p>", |
| 49083 | + "smithy.api#documentation": "<p>The Amazon EC2 Container Registry path where inference code is stored.</p>\n <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker,\n the inference code must meet SageMaker requirements. SageMaker supports both\n <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>\n image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon\n SageMaker</a>.</p>", |
49075 | 49084 | "smithy.api#required": {}
|
49076 | 49085 | }
|
49077 | 49086 | },
|
|
60607 | 60616 | "target": "com.amazonaws.sagemaker#S3DataType",
|
60608 | 60617 | "traits": {
|
60609 | 60618 | "smithy.api#clientOptional": {},
|
60610 |
| - "smithy.api#documentation": "<p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix.\n SageMaker uses all objects that match the specified key name prefix for model training. </p>\n <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that\n is a manifest file containing a list of object keys that you want SageMaker to use for model\n training. </p>\n <p>If you choose <code>AugmentedManifestFile</code>, S3Uri identifies an object that is\n an augmented manifest file in JSON lines format. This file contains the data you want to\n use for model training. <code>AugmentedManifestFile</code> can only be used if the\n Channel's input mode is <code>Pipe</code>.</p>", |
| 60619 | + "smithy.api#documentation": "<p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix.\n SageMaker uses all objects that match the specified key name prefix for model training. </p>\n <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that\n is a manifest file containing a list of object keys that you want SageMaker to use for model\n training. </p>\n <p>If you choose <code>AugmentedManifestFile</code>, <code>S3Uri</code> identifies an object that is\n an augmented manifest file in JSON lines format. This file contains the data you want to\n use for model training. <code>AugmentedManifestFile</code> can only be used if the\n Channel's input mode is <code>Pipe</code>.</p>", |
60611 | 60620 | "smithy.api#required": {}
|
60612 | 60621 | }
|
60613 | 60622 | },
|
|
60719 | 60728 | "ManifestEtag": {
|
60720 | 60729 | "target": "com.amazonaws.sagemaker#String",
|
60721 | 60730 | "traits": {
|
60722 |
| - "smithy.api#documentation": "<p>The ETag associated with Manifest S3URI.</p>" |
| 60731 | + "smithy.api#documentation": "<p>The ETag associated with Manifest S3 URI.</p>" |
60723 | 60732 | }
|
60724 | 60733 | }
|
60725 | 60734 | },
|
|
0 commit comments