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 HPOResourceConfig Source #
Describes the resource configuration for hyperparameter optimization (HPO).
See: newHPOResourceConfig
smart constructor.
HPOResourceConfig' | |
|
Instances
newHPOResourceConfig :: HPOResourceConfig Source #
Create a value of HPOResourceConfig
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:HPOResourceConfig'
, hPOResourceConfig_maxNumberOfTrainingJobs
- The maximum number of training jobs when you create a solution version.
The maximum value for maxNumberOfTrainingJobs
is 40
.
$sel:maxParallelTrainingJobs:HPOResourceConfig'
, hPOResourceConfig_maxParallelTrainingJobs
- The maximum number of parallel training jobs when you create a solution
version. The maximum value for maxParallelTrainingJobs
is 10
.
hPOResourceConfig_maxNumberOfTrainingJobs :: Lens' HPOResourceConfig (Maybe Text) Source #
The maximum number of training jobs when you create a solution version.
The maximum value for maxNumberOfTrainingJobs
is 40
.
hPOResourceConfig_maxParallelTrainingJobs :: Lens' HPOResourceConfig (Maybe Text) Source #
The maximum number of parallel training jobs when you create a solution
version. The maximum value for maxParallelTrainingJobs
is 10
.