class Aws::Personalize::Types::DefaultIntegerHyperParameterRange

Provides the name and default range of a integer-valued 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 [Integer]

@!attribute [rw] max_value

The maximum allowable value for the hyperparameter.
@return [Integer]

@!attribute [rw] is_tunable

Indicates whether the hyperparameter is tunable.
@return [Boolean]

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

Constants

SENSITIVE