| 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.HPOConfig
Description
Documentation
Describes the properties for hyperparameter optimization (HPO).
See: newHPOConfig smart constructor.
Constructors
| HPOConfig' | |
Fields
| |
Instances
newHPOConfig :: HPOConfig Source #
Create a value of HPOConfig 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:algorithmHyperParameterRanges:HPOConfig', hPOConfig_algorithmHyperParameterRanges - The hyperparameters and their allowable ranges.
$sel:hpoObjective:HPOConfig', hPOConfig_hpoObjective - The metric to optimize during HPO.
Amazon Personalize doesn't support configuring the hpoObjective at
this time.
$sel:hpoResourceConfig:HPOConfig', hPOConfig_hpoResourceConfig - Describes the resource configuration for HPO.
hPOConfig_algorithmHyperParameterRanges :: Lens' HPOConfig (Maybe HyperParameterRanges) Source #
The hyperparameters and their allowable ranges.
hPOConfig_hpoObjective :: Lens' HPOConfig (Maybe HPOObjective) Source #
The metric to optimize during HPO.
Amazon Personalize doesn't support configuring the hpoObjective at
this time.
hPOConfig_hpoResourceConfig :: Lens' HPOConfig (Maybe HPOResourceConfig) Source #
Describes the resource configuration for HPO.