class Aws::SageMaker::Types::ResourceLimits
Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.
@note When making an API call, you may pass ResourceLimits
data as a hash: { max_number_of_training_jobs: 1, # required max_parallel_training_jobs: 1, # required }
@!attribute [rw] max_number_of_training_jobs
The maximum number of training jobs that a hyperparameter tuning job can launch. @return [Integer]
@!attribute [rw] max_parallel_training_jobs
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceLimits AWS API Documentation
Constants
- SENSITIVE