This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::HyperParameterTuningJob ResourceLimits
Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "MaxNumberOfTrainingJobs" :Integer, "MaxParallelTrainingJobs" :Integer, "MaxRuntimeInSeconds" :Integer}
YAML
MaxNumberOfTrainingJobs:IntegerMaxParallelTrainingJobs:IntegerMaxRuntimeInSeconds:Integer
Properties
MaxNumberOfTrainingJobs-
The maximum number of training jobs that a hyperparameter tuning job can launch.
Required: No
Type: Integer
Minimum:
1Update requires: Replacement
MaxParallelTrainingJobs-
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
Required: Yes
Type: Integer
Minimum:
1Update requires: Replacement
MaxRuntimeInSeconds-
The maximum time in seconds that a hyperparameter tuning job can run.
Required: No
Type: Integer
Minimum:
1Maximum:
15768000Update requires: Replacement