| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.ResourceLimits
Description
Documentation
data ResourceLimits Source #
Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.
See: newResourceLimits smart constructor.
Constructors
| ResourceLimits' | |
Fields 
  | |
Instances
Create a value of ResourceLimits with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxNumberOfTrainingJobs:ResourceLimits', resourceLimits_maxNumberOfTrainingJobs - The maximum number of training jobs that a hyperparameter tuning job can
 launch.
$sel:maxParallelTrainingJobs:ResourceLimits', resourceLimits_maxParallelTrainingJobs - The maximum number of concurrent training jobs that a hyperparameter
 tuning job can launch.
resourceLimits_maxNumberOfTrainingJobs :: Lens' ResourceLimits (Maybe Natural) Source #
The maximum number of training jobs that a hyperparameter tuning job can launch.
resourceLimits_maxParallelTrainingJobs :: Lens' ResourceLimits Natural Source #
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.