class Aws::ForecastService::Types::CategoricalParameterRange

Specifies a categorical hyperparameter and it's range of tunable values. This object is part of the ParameterRanges object.

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

data as a hash:

    {
      name: "Name", # required
      values: ["Value"], # required
    }

@!attribute [rw] name

The name of the categorical hyperparameter to tune.
@return [String]

@!attribute [rw] values

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

@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/CategoricalParameterRange AWS API Documentation

Constants

SENSITIVE