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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Defines the possible values for a categorical hyperparameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valuesArray<String>

The allowed categories for the hyperparameter.

Returns:

  • (Array<String>)


3526
3527
3528
3529
3530
# File 'lib/aws-sdk-sagemaker/types.rb', line 3526

class CategoricalParameterRangeSpecification < Struct.new(
  :values)
  SENSITIVE = []
  include Aws::Structure
end