Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
ResourceLimits' | |
|
Instances
:: Natural | |
-> Natural | |
-> ResourceLimits |
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 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.