|
7947 | 7947 | "shape":"ClusterPrivatePrimaryIp",
|
7948 | 7948 | "documentation":"<p>The private primary IP address of the SageMaker HyperPod cluster node.</p>"
|
7949 | 7949 | },
|
| 7950 | + "PrivatePrimaryIpv6":{ |
| 7951 | + "shape":"ClusterPrivatePrimaryIpv6", |
| 7952 | + "documentation":"<p>The private primary IPv6 address of the SageMaker HyperPod cluster node.</p>" |
| 7953 | + }, |
7950 | 7954 | "PrivateDnsHostname":{
|
7951 | 7955 | "shape":"ClusterPrivateDnsHostname",
|
7952 | 7956 | "documentation":"<p>The private DNS hostname of the SageMaker HyperPod cluster node.</p>"
|
|
8048 | 8052 | "type":"string",
|
8049 | 8053 | "pattern":"^((25[0-5]|(2[0-4]|1\\d|[1-9]|)\\d)\\.?\\b){4}$"
|
8050 | 8054 | },
|
| 8055 | + "ClusterPrivatePrimaryIpv6":{"type":"string"}, |
8051 | 8056 | "ClusterSchedulerConfigArn":{
|
8052 | 8057 | "type":"string",
|
8053 | 8058 | "max":256,
|
|
29898 | 29903 | },
|
29899 | 29904 | "Image":{
|
29900 | 29905 | "shape":"ContainerImage",
|
29901 |
| - "documentation":"<p>The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.</p> <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> 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 SageMaker</a>.</p>" |
| 29906 | + "documentation":"<p>The Amazon EC2 Container Registry path where inference code is stored.</p> <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> 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 SageMaker</a>.</p>" |
29902 | 29907 | },
|
29903 | 29908 | "ImageDigest":{
|
29904 | 29909 | "shape":"ImageDigest",
|
|
35839 | 35844 | "members":{
|
35840 | 35845 | "S3DataType":{
|
35841 | 35846 | "shape":"S3DataType",
|
35842 |
| - "documentation":"<p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training. </p> <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training. </p> <p>If you choose <code>AugmentedManifestFile</code>, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. <code>AugmentedManifestFile</code> can only be used if the Channel's input mode is <code>Pipe</code>.</p>" |
| 35847 | + "documentation":"<p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training. </p> <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training. </p> <p>If you choose <code>AugmentedManifestFile</code>, <code>S3Uri</code> identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. <code>AugmentedManifestFile</code> can only be used if the Channel's input mode is <code>Pipe</code>.</p>" |
35843 | 35848 | },
|
35844 | 35849 | "S3Uri":{
|
35845 | 35850 | "shape":"S3Uri",
|
|
35906 | 35911 | },
|
35907 | 35912 | "ManifestEtag":{
|
35908 | 35913 | "shape":"String",
|
35909 |
| - "documentation":"<p>The ETag associated with Manifest S3URI.</p>" |
| 35914 | + "documentation":"<p>The ETag associated with Manifest S3 URI.</p>" |
35910 | 35915 | }
|
35911 | 35916 | },
|
35912 | 35917 | "documentation":"<p>Specifies the S3 location of ML model data to deploy.</p>"
|
|
0 commit comments