class Aws::Personalize::Types::DefaultContinuousHyperParameterRange

Provides the name and default range of a continuous hyperparameter and whether the hyperparameter is tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).

@!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]

@!attribute [rw] is_tunable

Whether the hyperparameter is tunable.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/DefaultContinuousHyperParameterRange AWS API Documentation

Constants

SENSITIVE