class Aws::Personalize::Types::CategoricalHyperParameterRange

Provides the name and range of a categorical hyperparameter.

@note When making an API call, you may pass CategoricalHyperParameterRange

data as a hash:

    {
      name: "ParameterName",
      values: ["CategoricalValue"],
    }

@!attribute [rw] name

The name of the hyperparameter.
@return [String]

@!attribute [rw] values

A list of the categories for the hyperparameter.
@return [Array<String>]

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

Constants

SENSITIVE