Skip to content

Commit f505721

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Adds support for IPv6 for SageMaker HyperPod cluster nodes.
1 parent 05f4d51 commit f505721

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
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": "Adds support for IPv6 for SageMaker HyperPod cluster nodes."
6+
}

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7947,6 +7947,10 @@
79477947
"shape":"ClusterPrivatePrimaryIp",
79487948
"documentation":"<p>The private primary IP address of the SageMaker HyperPod cluster node.</p>"
79497949
},
7950+
"PrivatePrimaryIpv6":{
7951+
"shape":"ClusterPrivatePrimaryIpv6",
7952+
"documentation":"<p>The private primary IPv6 address of the SageMaker HyperPod cluster node.</p>"
7953+
},
79507954
"PrivateDnsHostname":{
79517955
"shape":"ClusterPrivateDnsHostname",
79527956
"documentation":"<p>The private DNS hostname of the SageMaker HyperPod cluster node.</p>"
@@ -8048,6 +8052,7 @@
80488052
"type":"string",
80498053
"pattern":"^((25[0-5]|(2[0-4]|1\\d|[1-9]|)\\d)\\.?\\b){4}$"
80508054
},
8055+
"ClusterPrivatePrimaryIpv6":{"type":"string"},
80518056
"ClusterSchedulerConfigArn":{
80528057
"type":"string",
80538058
"max":256,
@@ -29898,7 +29903,7 @@
2989829903
},
2989929904
"Image":{
2990029905
"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>"
2990229907
},
2990329908
"ImageDigest":{
2990429909
"shape":"ImageDigest",
@@ -35839,7 +35844,7 @@
3583935844
"members":{
3584035845
"S3DataType":{
3584135846
"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>"
3584335848
},
3584435849
"S3Uri":{
3584535850
"shape":"S3Uri",
@@ -35906,7 +35911,7 @@
3590635911
},
3590735912
"ManifestEtag":{
3590835913
"shape":"String",
35909-
"documentation":"<p>The ETag associated with Manifest S3URI.</p>"
35914+
"documentation":"<p>The ETag associated with Manifest S3 URI.</p>"
3591035915
}
3591135916
},
3591235917
"documentation":"<p>Specifies the S3 location of ML model data to deploy.</p>"

0 commit comments

Comments
 (0)