class Aws::Personalize::Types::IntegerHyperParameterRange
Provides the name and range of an integer-valued hyperparameter.
@note When making an API call, you may pass IntegerHyperParameterRange
data as a hash: { name: "ParameterName", min_value: 1, max_value: 1, }
@!attribute [rw] name
The name of the hyperparameter. @return [String]
@!attribute [rw] min_value
The minimum allowable value for the hyperparameter. @return [Integer]
@!attribute [rw] max_value
The maximum allowable value for the hyperparameter. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/IntegerHyperParameterRange AWS API Documentation
Constants
- SENSITIVE