Skip to content

Commit c1b8aee

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Amazon SageMaker Automatic Model Tuning now supports specifying Grid Search strategy for tuning jobs, which evaluates all hyperparameter combinations exhaustively based on the categorical hyperparameters provided.
1 parent 9ee6c7c commit c1b8aee

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
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 Automatic Model Tuning now supports specifying Grid Search strategy for tuning jobs, which evaluates all hyperparameter combinations exhaustively based on the categorical hyperparameters provided."
6+
}

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15757,7 +15757,8 @@
1575715757
"enum":[
1575815758
"Bayesian",
1575915759
"Random",
15760-
"Hyperband"
15760+
"Hyperband",
15761+
"Grid"
1576115762
]
1576215763
},
1576315764
"HyperParameterTuningJobSummaries":{
@@ -25203,10 +25204,7 @@
2520325204
},
2520425205
"ResourceLimits":{
2520525206
"type":"structure",
25206-
"required":[
25207-
"MaxNumberOfTrainingJobs",
25208-
"MaxParallelTrainingJobs"
25209-
],
25207+
"required":["MaxParallelTrainingJobs"],
2521025208
"members":{
2521125209
"MaxNumberOfTrainingJobs":{
2521225210
"shape":"MaxNumberOfTrainingJobs",

0 commit comments

Comments
 (0)