| 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.Personalize.Types.HPOResourceConfig
Description
Documentation
data HPOResourceConfig Source #
Describes the resource configuration for hyperparameter optimization (HPO).
See: newHPOResourceConfig smart constructor.
Constructors
| HPOResourceConfig' | |
Fields
| |
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.