Class: Aws::SageMaker::Types::CategoricalParameterRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CategoricalParameterRange
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A list of categorical hyperparameters to tune.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the categorical hyperparameter to tune.
-
#values ⇒ Array<String>
A list of the categories for the hyperparameter.
Instance Attribute Details
#name ⇒ String
The name of the categorical hyperparameter to tune.
3511 3512 3513 3514 3515 3516 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3511 class CategoricalParameterRange < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
A list of the categories for the hyperparameter.
3511 3512 3513 3514 3515 3516 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3511 class CategoricalParameterRange < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |