| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.IntegerParameterRangeSpecification
Description
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.
Constructors
| IntegerParameterRangeSpecification' | |
Instances
newIntegerParameterRangeSpecification Source #
Arguments
| :: Text | |
| -> Text | |
| -> IntegerParameterRangeSpecification | 
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.