Skip to content

Commit 85a95fa

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Added support for g6, g6e, m6i, c6i instance types in SageMaker Processing Jobs.
1 parent 51b9825 commit 85a95fa

File tree

4 files changed

+46
-13
lines changed

4 files changed

+46
-13
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": "Added support for g6, g6e, m6i, c6i instance types in SageMaker Processing Jobs."
6+
}

services/sagemaker/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
}
263263
],
264264
"endpoint": {
265-
"url": "https://api.sagemaker.{Region}.amazonaws.com",
265+
"url": "https://api-fips.sagemaker.{Region}.amazonaws.com",
266266
"properties": {},
267267
"headers": {}
268268
},

services/sagemaker/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled",
434434
"expect": {
435435
"endpoint": {
436-
"url": "https://api.sagemaker.us-gov-west-1.amazonaws.com"
436+
"url": "https://api-fips.sagemaker.us-gov-west-1.amazonaws.com"
437437
}
438438
},
439439
"params": {
@@ -459,7 +459,7 @@
459459
"documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled",
460460
"expect": {
461461
"endpoint": {
462-
"url": "https://api.sagemaker.us-gov-east-1.amazonaws.com"
462+
"url": "https://api-fips.sagemaker.us-gov-east-1.amazonaws.com"
463463
}
464464
},
465465
"params": {

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

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24901,10 +24901,7 @@
2490124901
},
2490224902
"ListClusterNodesResponse":{
2490324903
"type":"structure",
24904-
"required":[
24905-
"NextToken",
24906-
"ClusterNodeSummaries"
24907-
],
24904+
"required":["ClusterNodeSummaries"],
2490824905
"members":{
2490924906
"NextToken":{
2491024907
"shape":"NextToken",
@@ -25009,10 +25006,7 @@
2500925006
},
2501025007
"ListClustersResponse":{
2501125008
"type":"structure",
25012-
"required":[
25013-
"NextToken",
25014-
"ClusterSummaries"
25015-
],
25009+
"required":["ClusterSummaries"],
2501625010
"members":{
2501725011
"NextToken":{
2501825012
"shape":"NextToken",
@@ -33324,7 +33318,40 @@
3332433318
"ml.r5d.8xlarge",
3332533319
"ml.r5d.12xlarge",
3332633320
"ml.r5d.16xlarge",
33327-
"ml.r5d.24xlarge"
33321+
"ml.r5d.24xlarge",
33322+
"ml.g6.xlarge",
33323+
"ml.g6.2xlarge",
33324+
"ml.g6.4xlarge",
33325+
"ml.g6.8xlarge",
33326+
"ml.g6.12xlarge",
33327+
"ml.g6.16xlarge",
33328+
"ml.g6.24xlarge",
33329+
"ml.g6.48xlarge",
33330+
"ml.g6e.xlarge",
33331+
"ml.g6e.2xlarge",
33332+
"ml.g6e.4xlarge",
33333+
"ml.g6e.8xlarge",
33334+
"ml.g6e.12xlarge",
33335+
"ml.g6e.16xlarge",
33336+
"ml.g6e.24xlarge",
33337+
"ml.g6e.48xlarge",
33338+
"ml.m6i.large",
33339+
"ml.m6i.xlarge",
33340+
"ml.m6i.2xlarge",
33341+
"ml.m6i.4xlarge",
33342+
"ml.m6i.8xlarge",
33343+
"ml.m6i.12xlarge",
33344+
"ml.m6i.16xlarge",
33345+
"ml.m6i.24xlarge",
33346+
"ml.m6i.32xlarge",
33347+
"ml.c6i.xlarge",
33348+
"ml.c6i.2xlarge",
33349+
"ml.c6i.4xlarge",
33350+
"ml.c6i.8xlarge",
33351+
"ml.c6i.12xlarge",
33352+
"ml.c6i.16xlarge",
33353+
"ml.c6i.24xlarge",
33354+
"ml.c6i.32xlarge"
3332833355
]
3332933356
},
3333033357
"ProcessingJob":{
@@ -33525,7 +33552,7 @@
3352533552
},
3352633553
"KmsKeyId":{
3352733554
"shape":"KmsKeyId",
33528-
"documentation":"<p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. <code>KmsKeyId</code> can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The <code>KmsKeyId</code> is applied to all outputs.</p>"
33555+
"documentation":"<p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. <code>KmsKeyId</code> can be an ID of a KMS key, ARN of a KMS key, or alias of a KMS key. The <code>KmsKeyId</code> is applied to all outputs.</p>"
3352933556
}
3353033557
},
3353133558
"documentation":"<p>Configuration for uploading output from the processing container.</p>"

0 commit comments

Comments
 (0)