Skip to content

Commit 028069a

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Released IPv6 support with dual-stack domain options on SageMaker Studio and introduced support for p6-b200.48xlarge instance type on SageMaker Studio for JupyterLab and CodeEditor applications.
1 parent e946a93 commit 028069a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
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": "Released IPv6 support with dual-stack domain options on SageMaker Studio and introduced support for p6-b200.48xlarge instance type on SageMaker Studio for JupyterLab and CodeEditor applications."
6+
}

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5340,6 +5340,7 @@
53405340
"ml.trn1n.32xlarge",
53415341
"ml.p5.48xlarge",
53425342
"ml.p5en.48xlarge",
5343+
"ml.p6-b200.48xlarge",
53435344
"ml.m6i.large",
53445345
"ml.m6i.xlarge",
53455346
"ml.m6i.2xlarge",
@@ -20468,6 +20469,10 @@
2046820469
"UnifiedStudioSettings":{
2046920470
"shape":"UnifiedStudioSettings",
2047020471
"documentation":"<p>The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.</p>"
20472+
},
20473+
"IpAddressType":{
20474+
"shape":"IPAddressType",
20475+
"documentation":"<p>The IP address type for the domain. Specify <code>ipv4</code> for IPv4-only connectivity or <code>dualstack</code> for both IPv4 and IPv6 connectivity. When you specify <code>dualstack</code>, the subnet must support IPv6 CIDR blocks. If not specified, defaults to <code>ipv4</code>.</p>"
2047120476
}
2047220477
},
2047320478
"documentation":"<p>A collection of settings that apply to the <code>SageMaker Domain</code>. These settings are specified through the <code>CreateDomain</code> API call.</p>"
@@ -20502,6 +20507,10 @@
2050220507
"UnifiedStudioSettings":{
2050320508
"shape":"UnifiedStudioSettings",
2050420509
"documentation":"<p>The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.</p>"
20510+
},
20511+
"IpAddressType":{
20512+
"shape":"IPAddressType",
20513+
"documentation":"<p>The IP address type for the domain. Specify <code>ipv4</code> for IPv4-only connectivity or <code>dualstack</code> for both IPv4 and IPv6 connectivity. When you specify <code>dualstack</code>, the subnet must support IPv6 CIDR blocks.</p>"
2050520514
}
2050620515
},
2050720516
"documentation":"<p>A collection of <code>Domain</code> configuration settings to update.</p>"

0 commit comments

Comments
 (0)