Skip to content

Commit ec97191

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Add support for Neuron instance types [ trn1/trn1n/inf2 ] on SageMaker Notebook Instances Platform.
1 parent a187d65 commit ec97191

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
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": "Add support for Neuron instance types [ trn1/trn1n/inf2 ] on SageMaker Notebook Instances Platform."
6+
}

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22249,6 +22249,13 @@
2224922249
"ml.inf1.2xlarge",
2225022250
"ml.inf1.6xlarge",
2225122251
"ml.inf1.24xlarge",
22252+
"ml.trn1.2xlarge",
22253+
"ml.trn1.32xlarge",
22254+
"ml.trn1n.32xlarge",
22255+
"ml.inf2.xlarge",
22256+
"ml.inf2.8xlarge",
22257+
"ml.inf2.24xlarge",
22258+
"ml.inf2.48xlarge",
2225222259
"ml.p4d.24xlarge",
2225322260
"ml.p4de.24xlarge",
2225422261
"ml.p5.48xlarge",
@@ -37219,7 +37226,11 @@
3721937226
"ml.g5.12xlarge",
3722037227
"ml.g5.16xlarge",
3722137228
"ml.g5.24xlarge",
37222-
"ml.g5.48xlarge"
37229+
"ml.g5.48xlarge",
37230+
"ml.inf2.xlarge",
37231+
"ml.inf2.8xlarge",
37232+
"ml.inf2.24xlarge",
37233+
"ml.inf2.48xlarge"
3722337234
]
3722437235
},
3722537236
"TransformInstanceTypes":{

0 commit comments

Comments
 (0)