Class: Aws::Personalize::Types::CategoricalHyperParameterRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CategoricalHyperParameterRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Provides the name and range of a categorical hyperparameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the hyperparameter.
-
#values ⇒ Array<String>
A list of the categories for the hyperparameter.
Instance Attribute Details
#name ⇒ String
The name of the hyperparameter.
820 821 822 823 824 825 |
# File 'lib/aws-sdk-personalize/types.rb', line 820 class CategoricalHyperParameterRange < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
A list of the categories for the hyperparameter.
820 821 822 823 824 825 |
# File 'lib/aws-sdk-personalize/types.rb', line 820 class CategoricalHyperParameterRange < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |