Class: Aws::Types::DefaultCategoricalHyperParameterRange
- Inherits:
-
Object
- Object
- Aws::Types::DefaultCategoricalHyperParameterRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_tunable ⇒ Boolean
Returns the value of attribute is_tunable.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#is_tunable ⇒ Boolean
Returns the value of attribute is_tunable.
573 574 575 |
# File 'sig/types.rbs', line 573 def is_tunable @is_tunable end |
#name ⇒ ::String
Returns the value of attribute name.
571 572 573 |
# File 'sig/types.rbs', line 571 def name @name end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
572 573 574 |
# File 'sig/types.rbs', line 572 def values @values end |