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 DefaultContinuousHyperParameterRange = DefaultContinuousHyperParameterRange' {}
- newDefaultContinuousHyperParameterRange :: DefaultContinuousHyperParameterRange
- defaultContinuousHyperParameterRange_maxValue :: Lens' DefaultContinuousHyperParameterRange (Maybe Double)
- defaultContinuousHyperParameterRange_isTunable :: Lens' DefaultContinuousHyperParameterRange (Maybe Bool)
- defaultContinuousHyperParameterRange_name :: Lens' DefaultContinuousHyperParameterRange (Maybe Text)
- defaultContinuousHyperParameterRange_minValue :: Lens' DefaultContinuousHyperParameterRange (Maybe Double)
Documentation
data DefaultContinuousHyperParameterRange Source #
Provides the name and default range of a continuous hyperparameter and whether the hyperparameter is tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
See: newDefaultContinuousHyperParameterRange
smart constructor.
Instances
newDefaultContinuousHyperParameterRange :: DefaultContinuousHyperParameterRange Source #
Create a value of DefaultContinuousHyperParameterRange
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:DefaultContinuousHyperParameterRange'
, defaultContinuousHyperParameterRange_maxValue
- The maximum allowable value for the hyperparameter.
$sel:isTunable:DefaultContinuousHyperParameterRange'
, defaultContinuousHyperParameterRange_isTunable
- Whether the hyperparameter is tunable.
$sel:name:DefaultContinuousHyperParameterRange'
, defaultContinuousHyperParameterRange_name
- The name of the hyperparameter.
$sel:minValue:DefaultContinuousHyperParameterRange'
, defaultContinuousHyperParameterRange_minValue
- The minimum allowable value for the hyperparameter.
defaultContinuousHyperParameterRange_maxValue :: Lens' DefaultContinuousHyperParameterRange (Maybe Double) Source #
The maximum allowable value for the hyperparameter.
defaultContinuousHyperParameterRange_isTunable :: Lens' DefaultContinuousHyperParameterRange (Maybe Bool) Source #
Whether the hyperparameter is tunable.
defaultContinuousHyperParameterRange_name :: Lens' DefaultContinuousHyperParameterRange (Maybe Text) Source #
The name of the hyperparameter.
defaultContinuousHyperParameterRange_minValue :: Lens' DefaultContinuousHyperParameterRange (Maybe Double) Source #
The minimum allowable value for the hyperparameter.