You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::CategoricalParameterRangeSpecification

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CategoricalParameterRangeSpecification as input to an Aws::Client method, you can use a vanilla Hash:

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

Defines the possible values for a categorical hyperparameter.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#valuesArray<String>

The allowed categories for the hyperparameter.

Returns:

  • (Array<String>)

    The allowed categories for the hyperparameter.