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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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>)


3371
3372
3373
3374
3375
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3371

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