Skip to content

Commit 84b539f

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release adds support for G5, P4d, and C6i instance types in Amazon SageMaker Inference and increases the number of hyperparameters that can be searched from 20 to 30 in Amazon SageMaker Automatic Model Tuning
1 parent 451e61c commit 84b539f

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
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 adds support for G5, P4d, and C6i instance types in Amazon SageMaker Inference and increases the number of hyperparameters that can be searched from 20 to 30 in Amazon SageMaker Automatic Model Tuning"
6+
}

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

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4959,7 +4959,7 @@
49594959
"CategoricalParameterRanges":{
49604960
"type":"list",
49614961
"member":{"shape":"CategoricalParameterRange"},
4962-
"max":20,
4962+
"max":30,
49634963
"min":0
49644964
},
49654965
"CategoricalParameters":{
@@ -5647,7 +5647,7 @@
56475647
"ContinuousParameterRanges":{
56485648
"type":"list",
56495649
"member":{"shape":"ContinuousParameterRange"},
5650-
"max":20,
5650+
"max":30,
56515651
"min":0
56525652
},
56535653
"CreateActionRequest":{
@@ -15152,7 +15152,7 @@
1515215152
"documentation":"<p>Specifies the name of the instance group.</p>"
1515315153
}
1515415154
},
15155-
"documentation":"<p>Defines an instance group for heterogeneous cluster training. When requesting a training job using the <a href=\"https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html\">CreateTrainingJob</a> API, you can configure up to 5 different ML training instance groups.</p>"
15155+
"documentation":"<p>Defines an instance group for heterogeneous cluster training. When requesting a training job using the <a href=\"https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html\">CreateTrainingJob</a> API, you can configure multiple instance groups .</p>"
1515615156
},
1515715157
"InstanceGroupName":{
1515815158
"type":"string",
@@ -15304,7 +15304,7 @@
1530415304
"IntegerParameterRanges":{
1530515305
"type":"list",
1530615306
"member":{"shape":"IntegerParameterRange"},
15307-
"max":20,
15307+
"max":30,
1530815308
"min":0
1530915309
},
1531015310
"IntegerValue":{"type":"integer"},
@@ -21219,7 +21219,7 @@
2121921219
"documentation":"<p>The array of <a>CategoricalParameterRange</a> objects that specify ranges of categorical hyperparameters that a hyperparameter tuning job searches.</p>"
2122021220
}
2122121221
},
21222-
"documentation":"<p>Specifies ranges of integer, continuous, and categorical hyperparameters that a hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs with hyperparameter values within these ranges to find the combination of values that result in the training job with the best performance as measured by the objective metric of the hyperparameter tuning job.</p> <note> <p>You can specify a maximum of 20 hyperparameters that a hyperparameter tuning job can search over. Every possible value of a categorical parameter range counts against this limit.</p> </note>"
21222+
"documentation":"<p>Specifies ranges of integer, continuous, and categorical hyperparameters that a hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs with hyperparameter values within these ranges to find the combination of values that result in the training job with the best performance as measured by the objective metric of the hyperparameter tuning job.</p> <note> <p>The maximum number of items specified for <code>Array Members</code> refers to the maximum number of hyperparameters for each range and also the maximum for the hyperparameter tuning job itself. That is, the sum of the number of hyperparameters for all the ranges can't exceed the maximum number specified.</p> </note>"
2122321223
},
2122421224
"ParameterType":{
2122521225
"type":"string",
@@ -21238,7 +21238,7 @@
2123821238
"ParameterValues":{
2123921239
"type":"list",
2124021240
"member":{"shape":"ParameterValue"},
21241-
"max":20,
21241+
"max":30,
2124221242
"min":1
2124321243
},
2124421244
"Parent":{
@@ -22396,7 +22396,25 @@
2239622396
"ml.inf1.xlarge",
2239722397
"ml.inf1.2xlarge",
2239822398
"ml.inf1.6xlarge",
22399-
"ml.inf1.24xlarge"
22399+
"ml.inf1.24xlarge",
22400+
"ml.c6i.large",
22401+
"ml.c6i.xlarge",
22402+
"ml.c6i.2xlarge",
22403+
"ml.c6i.4xlarge",
22404+
"ml.c6i.8xlarge",
22405+
"ml.c6i.12xlarge",
22406+
"ml.c6i.16xlarge",
22407+
"ml.c6i.24xlarge",
22408+
"ml.c6i.32xlarge",
22409+
"ml.g5.xlarge",
22410+
"ml.g5.2xlarge",
22411+
"ml.g5.4xlarge",
22412+
"ml.g5.8xlarge",
22413+
"ml.g5.12xlarge",
22414+
"ml.g5.16xlarge",
22415+
"ml.g5.24xlarge",
22416+
"ml.g5.48xlarge",
22417+
"ml.p4d.24xlarge"
2240022418
]
2240122419
},
2240222420
"ProductionVariantList":{

0 commit comments

Comments
 (0)