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 IntegerHyperParameterRange = IntegerHyperParameterRange' {}
- newIntegerHyperParameterRange :: IntegerHyperParameterRange
- integerHyperParameterRange_maxValue :: Lens' IntegerHyperParameterRange (Maybe Int)
- integerHyperParameterRange_name :: Lens' IntegerHyperParameterRange (Maybe Text)
- integerHyperParameterRange_minValue :: Lens' IntegerHyperParameterRange (Maybe Int)
Documentation
data IntegerHyperParameterRange Source #
Provides the name and range of an integer-valued hyperparameter.
See: newIntegerHyperParameterRange
smart constructor.
Instances
newIntegerHyperParameterRange :: IntegerHyperParameterRange Source #
Create a value of IntegerHyperParameterRange
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:IntegerHyperParameterRange'
, integerHyperParameterRange_maxValue
- The maximum allowable value for the hyperparameter.
$sel:name:IntegerHyperParameterRange'
, integerHyperParameterRange_name
- The name of the hyperparameter.
$sel:minValue:IntegerHyperParameterRange'
, integerHyperParameterRange_minValue
- The minimum allowable value for the hyperparameter.
integerHyperParameterRange_maxValue :: Lens' IntegerHyperParameterRange (Maybe Int) Source #
The maximum allowable value for the hyperparameter.
integerHyperParameterRange_name :: Lens' IntegerHyperParameterRange (Maybe Text) Source #
The name of the hyperparameter.
integerHyperParameterRange_minValue :: Lens' IntegerHyperParameterRange (Maybe Int) Source #
The minimum allowable value for the hyperparameter.