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