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>)


3377
3378
3379
3380
3381
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3377

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