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 IntegerParameterRangeSpecification = IntegerParameterRangeSpecification' {}
- newIntegerParameterRangeSpecification :: Text -> Text -> IntegerParameterRangeSpecification
- integerParameterRangeSpecification_minValue :: Lens' IntegerParameterRangeSpecification Text
- integerParameterRangeSpecification_maxValue :: Lens' IntegerParameterRangeSpecification Text
Documentation
data IntegerParameterRangeSpecification Source #
Defines the possible values for an integer hyperparameter.
See: newIntegerParameterRangeSpecification
smart constructor.
Instances
newIntegerParameterRangeSpecification Source #
Create a value of IntegerParameterRangeSpecification
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:minValue:IntegerParameterRangeSpecification'
, integerParameterRangeSpecification_minValue
- The minimum integer value allowed.
$sel:maxValue:IntegerParameterRangeSpecification'
, integerParameterRangeSpecification_maxValue
- The maximum integer value allowed.
integerParameterRangeSpecification_minValue :: Lens' IntegerParameterRangeSpecification Text Source #
The minimum integer value allowed.
integerParameterRangeSpecification_maxValue :: Lens' IntegerParameterRangeSpecification Text Source #
The maximum integer value allowed.