You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ResourceLimits
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ResourceLimits
- Defined in:
- (unknown)
Overview
Note:
When passing ResourceLimits as input to an Aws::Client method, you can use a vanilla Hash:
{
max_number_of_training_jobs: 1, # required
max_parallel_training_jobs: 1, # required
}
Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.
Returned by:
Instance Attribute Summary collapse
-
#max_number_of_training_jobs ⇒ Integer
The maximum number of training jobs that a hyperparameter tuning job can launch.
-
#max_parallel_training_jobs ⇒ Integer
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
Instance Attribute Details
#max_number_of_training_jobs ⇒ Integer
The maximum number of training jobs that a hyperparameter tuning job can launch.
#max_parallel_training_jobs ⇒ Integer
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.