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 DefaultIntegerHyperParameterRange = DefaultIntegerHyperParameterRange' {}
- newDefaultIntegerHyperParameterRange :: DefaultIntegerHyperParameterRange
- defaultIntegerHyperParameterRange_maxValue :: Lens' DefaultIntegerHyperParameterRange (Maybe Int)
- defaultIntegerHyperParameterRange_isTunable :: Lens' DefaultIntegerHyperParameterRange (Maybe Bool)
- defaultIntegerHyperParameterRange_name :: Lens' DefaultIntegerHyperParameterRange (Maybe Text)
- defaultIntegerHyperParameterRange_minValue :: Lens' DefaultIntegerHyperParameterRange (Maybe Int)
Documentation
data DefaultIntegerHyperParameterRange Source #
Provides the name and default range of a integer-valued hyperparameter and whether the hyperparameter is tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
See: newDefaultIntegerHyperParameterRange
smart constructor.
Instances
newDefaultIntegerHyperParameterRange :: DefaultIntegerHyperParameterRange Source #
Create a value of DefaultIntegerHyperParameterRange
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:DefaultIntegerHyperParameterRange'
, defaultIntegerHyperParameterRange_maxValue
- The maximum allowable value for the hyperparameter.
$sel:isTunable:DefaultIntegerHyperParameterRange'
, defaultIntegerHyperParameterRange_isTunable
- Indicates whether the hyperparameter is tunable.
$sel:name:DefaultIntegerHyperParameterRange'
, defaultIntegerHyperParameterRange_name
- The name of the hyperparameter.
$sel:minValue:DefaultIntegerHyperParameterRange'
, defaultIntegerHyperParameterRange_minValue
- The minimum allowable value for the hyperparameter.
defaultIntegerHyperParameterRange_maxValue :: Lens' DefaultIntegerHyperParameterRange (Maybe Int) Source #
The maximum allowable value for the hyperparameter.
defaultIntegerHyperParameterRange_isTunable :: Lens' DefaultIntegerHyperParameterRange (Maybe Bool) Source #
Indicates whether the hyperparameter is tunable.
defaultIntegerHyperParameterRange_name :: Lens' DefaultIntegerHyperParameterRange (Maybe Text) Source #
The name of the hyperparameter.
defaultIntegerHyperParameterRange_minValue :: Lens' DefaultIntegerHyperParameterRange (Maybe Int) Source #
The minimum allowable value for the hyperparameter.