Skip to content

Commit 302ca47

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation.
1 parent 115423f commit 302ca47

File tree

2 files changed

+94
-6
lines changed

2 files changed

+94
-6
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 m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation."
6+
}

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

Lines changed: 88 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7548,7 +7548,7 @@
75487548
},
75497549
"Environment":{
75507550
"shape":"EnvironmentMap",
7551-
"documentation":"<p>The environment variables to set in the Docker container. Each key and value in the <code>Environment</code> string to string map can have length of up to 1024. We support up to 16 entries in the map. </p>"
7551+
"documentation":"<p>The environment variables to set in the Docker container.</p> <p>The maximum length of each key and value in the <code>Environment</code> map is 1024 bytes. The maximum length of all keys and values in the map, combined, is 32 KB. If you pass multiple containers to a <code>CreateModel</code> request, then the maximum length of all of their maps, combined, is also 32 KB.</p>"
75527552
},
75537553
"ModelPackageName":{
75547554
"shape":"VersionedArnOrName",
@@ -8397,7 +8397,7 @@
83978397
},
83988398
"KmsKeyId":{
83998399
"shape":"KmsKeyId",
8400-
"documentation":"<p>SageMaker uses Amazon Web Services KMS to encrypt the EFS volume attached to the domain with an Amazon Web Services managed key by default. For more control, specify a customer managed key.</p>"
8400+
"documentation":"<p>SageMaker uses Amazon Web Services KMS to encrypt EFS and EBS volumes attached to the domain with an Amazon Web Services managed key by default. For more control, specify a customer managed key.</p>"
84018401
},
84028402
"AppSecurityGroupManagement":{
84038403
"shape":"AppSecurityGroupManagement",
@@ -8655,7 +8655,7 @@
86558655
"members":{
86568656
"FeatureGroupName":{
86578657
"shape":"FeatureGroupName",
8658-
"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. The name:</p> <ul> <li> <p>Must start and end with an alphanumeric character.</p> </li> <li> <p>Can only contain alphanumeric character and hyphens. Spaces are not allowed. </p> </li> </ul>"
8658+
"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>"
86598659
},
86608660
"RecordIdentifierFeatureName":{
86618661
"shape":"FeatureName",
@@ -17754,7 +17754,7 @@
1775417754
"members":{
1775517755
"FeatureName":{
1775617756
"shape":"FeatureName",
17757-
"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>"
17757+
"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>"
1775817758
},
1775917759
"FeatureType":{
1776017760
"shape":"FeatureType",
@@ -20908,7 +20908,89 @@
2090820908
"ml.inf1.6xlarge",
2090920909
"ml.inf1.24xlarge",
2091020910
"ml.p4d.24xlarge",
20911-
"ml.p4de.24xlarge"
20911+
"ml.p4de.24xlarge",
20912+
"ml.p5.48xlarge",
20913+
"ml.m6i.large",
20914+
"ml.m6i.xlarge",
20915+
"ml.m6i.2xlarge",
20916+
"ml.m6i.4xlarge",
20917+
"ml.m6i.8xlarge",
20918+
"ml.m6i.12xlarge",
20919+
"ml.m6i.16xlarge",
20920+
"ml.m6i.24xlarge",
20921+
"ml.m6i.32xlarge",
20922+
"ml.m7i.large",
20923+
"ml.m7i.xlarge",
20924+
"ml.m7i.2xlarge",
20925+
"ml.m7i.4xlarge",
20926+
"ml.m7i.8xlarge",
20927+
"ml.m7i.12xlarge",
20928+
"ml.m7i.16xlarge",
20929+
"ml.m7i.24xlarge",
20930+
"ml.m7i.48xlarge",
20931+
"ml.c6i.large",
20932+
"ml.c6i.xlarge",
20933+
"ml.c6i.2xlarge",
20934+
"ml.c6i.4xlarge",
20935+
"ml.c6i.8xlarge",
20936+
"ml.c6i.12xlarge",
20937+
"ml.c6i.16xlarge",
20938+
"ml.c6i.24xlarge",
20939+
"ml.c6i.32xlarge",
20940+
"ml.c7i.large",
20941+
"ml.c7i.xlarge",
20942+
"ml.c7i.2xlarge",
20943+
"ml.c7i.4xlarge",
20944+
"ml.c7i.8xlarge",
20945+
"ml.c7i.12xlarge",
20946+
"ml.c7i.16xlarge",
20947+
"ml.c7i.24xlarge",
20948+
"ml.c7i.48xlarge",
20949+
"ml.r6i.large",
20950+
"ml.r6i.xlarge",
20951+
"ml.r6i.2xlarge",
20952+
"ml.r6i.4xlarge",
20953+
"ml.r6i.8xlarge",
20954+
"ml.r6i.12xlarge",
20955+
"ml.r6i.16xlarge",
20956+
"ml.r6i.24xlarge",
20957+
"ml.r6i.32xlarge",
20958+
"ml.r7i.large",
20959+
"ml.r7i.xlarge",
20960+
"ml.r7i.2xlarge",
20961+
"ml.r7i.4xlarge",
20962+
"ml.r7i.8xlarge",
20963+
"ml.r7i.12xlarge",
20964+
"ml.r7i.16xlarge",
20965+
"ml.r7i.24xlarge",
20966+
"ml.r7i.48xlarge",
20967+
"ml.m6id.large",
20968+
"ml.m6id.xlarge",
20969+
"ml.m6id.2xlarge",
20970+
"ml.m6id.4xlarge",
20971+
"ml.m6id.8xlarge",
20972+
"ml.m6id.12xlarge",
20973+
"ml.m6id.16xlarge",
20974+
"ml.m6id.24xlarge",
20975+
"ml.m6id.32xlarge",
20976+
"ml.c6id.large",
20977+
"ml.c6id.xlarge",
20978+
"ml.c6id.2xlarge",
20979+
"ml.c6id.4xlarge",
20980+
"ml.c6id.8xlarge",
20981+
"ml.c6id.12xlarge",
20982+
"ml.c6id.16xlarge",
20983+
"ml.c6id.24xlarge",
20984+
"ml.c6id.32xlarge",
20985+
"ml.r6id.large",
20986+
"ml.r6id.xlarge",
20987+
"ml.r6id.2xlarge",
20988+
"ml.r6id.4xlarge",
20989+
"ml.r6id.8xlarge",
20990+
"ml.r6id.12xlarge",
20991+
"ml.r6id.16xlarge",
20992+
"ml.r6id.24xlarge",
20993+
"ml.r6id.32xlarge"
2091220994
]
2091320995
},
2091420996
"Integer":{"type":"integer"},
@@ -32180,7 +32262,7 @@
3218032262
"documentation":"<p>The S3 path where offline records are written.</p>"
3218132263
}
3218232264
},
32183-
"documentation":"<p>The Amazon Simple Storage (Amazon S3) location and and security configuration for <code>OfflineStore</code>.</p>"
32265+
"documentation":"<p>The Amazon Simple Storage (Amazon S3) location and security configuration for <code>OfflineStore</code>.</p>"
3218432266
},
3218532267
"S3Uri":{
3218632268
"type":"string",

0 commit comments

Comments
 (0)