Skip to content

Commit 8b4faae

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Amazon SageMaker now supports running training jobs on ml.trn1 instance types.
1 parent 7775eca commit 8b4faae

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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": "Amazon SageMaker now supports running training jobs on ml.trn1 instance types."
6+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26872,7 +26872,9 @@
2687226872
"ml.g5.16xlarge",
2687326873
"ml.g5.12xlarge",
2687426874
"ml.g5.24xlarge",
26875-
"ml.g5.48xlarge"
26875+
"ml.g5.48xlarge",
26876+
"ml.trn1.2xlarge",
26877+
"ml.trn1.32xlarge"
2687626878
]
2687726879
},
2687826880
"TrainingInstanceTypes":{

0 commit comments

Comments
 (0)