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