Class: Aws::SageMaker::Types::CategoricalParameterRangeSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CategoricalParameterRangeSpecification
- 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
-
#values ⇒ Array<String>
The allowed categories for the hyperparameter.
Instance Attribute Details
#values ⇒ Array<String>
The allowed categories for the hyperparameter.
3526 3527 3528 3529 3530 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3526 class CategoricalParameterRangeSpecification < Struct.new( :values) SENSITIVE = [] include Aws::Structure end |