Skip to content

Commit 2002ef9

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release does the following: 1.) Adds DurationHours as a required field to the SearchTrainingPlanOfferings action in the SageMaker AI API; 2.) Adds support for G6e instance types for SageMaker AI inference optimization jobs.
1 parent aafb118 commit 2002ef9

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": "This release does the following: 1.) Adds DurationHours as a required field to the SearchTrainingPlanOfferings action in the SageMaker AI API; 2.) Adds support for G6e instance types for SageMaker AI inference optimization jobs."
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
@@ -32021,6 +32021,14 @@
3202132021
"ml.g6.16xlarge",
3202232022
"ml.g6.24xlarge",
3202332023
"ml.g6.48xlarge",
32024+
"ml.g6e.xlarge",
32025+
"ml.g6e.2xlarge",
32026+
"ml.g6e.4xlarge",
32027+
"ml.g6e.8xlarge",
32028+
"ml.g6e.12xlarge",
32029+
"ml.g6e.16xlarge",
32030+
"ml.g6e.24xlarge",
32031+
"ml.g6e.48xlarge",
3202432032
"ml.inf2.xlarge",
3202532033
"ml.inf2.8xlarge",
3202632034
"ml.inf2.24xlarge",
@@ -36454,6 +36462,7 @@
3645436462
"required":[
3645536463
"InstanceType",
3645636464
"InstanceCount",
36465+
"DurationHours",
3645736466
"TargetResources"
3645836467
],
3645936468
"members":{

0 commit comments

Comments
 (0)