| 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.ContinuousHyperParameterRange
Description
Synopsis
- data ContinuousHyperParameterRange = ContinuousHyperParameterRange' {}
- newContinuousHyperParameterRange :: ContinuousHyperParameterRange
- continuousHyperParameterRange_maxValue :: Lens' ContinuousHyperParameterRange (Maybe Double)
- continuousHyperParameterRange_minValue :: Lens' ContinuousHyperParameterRange (Maybe Double)
- continuousHyperParameterRange_name :: Lens' ContinuousHyperParameterRange (Maybe Text)
Documentation
data ContinuousHyperParameterRange Source #
Provides the name and range of a continuous hyperparameter.
See: newContinuousHyperParameterRange smart constructor.
Constructors
| ContinuousHyperParameterRange' | |
Instances
newContinuousHyperParameterRange :: ContinuousHyperParameterRange Source #
Create a value of ContinuousHyperParameterRange 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:maxValue:ContinuousHyperParameterRange', continuousHyperParameterRange_maxValue - The maximum allowable value for the hyperparameter.
$sel:minValue:ContinuousHyperParameterRange', continuousHyperParameterRange_minValue - The minimum allowable value for the hyperparameter.
$sel:name:ContinuousHyperParameterRange', continuousHyperParameterRange_name - The name of the hyperparameter.
continuousHyperParameterRange_maxValue :: Lens' ContinuousHyperParameterRange (Maybe Double) Source #
The maximum allowable value for the hyperparameter.
continuousHyperParameterRange_minValue :: Lens' ContinuousHyperParameterRange (Maybe Double) Source #
The minimum allowable value for the hyperparameter.
continuousHyperParameterRange_name :: Lens' ContinuousHyperParameterRange (Maybe Text) Source #
The name of the hyperparameter.