class Aws::SageMaker::Types::CategoricalParameterRange

A list of categorical hyperparameters to tune.

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

data as a hash:

    {
      name: "ParameterKey", # required
      values: ["ParameterValue"], # required
    }

@!attribute [rw] name

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

@!attribute [rw] values

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

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CategoricalParameterRange AWS API Documentation

Constants

SENSITIVE