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.
3576 3577 3578 3579 3580 3581 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3576 class CategoricalParameterRange < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
A list of the categories for the hyperparameter.
3576 3577 3578 3579 3580 3581 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3576 class CategoricalParameterRange < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |