Class: Aws::Types::DefaultContinuousHyperParameterRange
- Inherits:
-
Object
- Object
- Aws::Types::DefaultContinuousHyperParameterRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_tunable ⇒ Boolean
Returns the value of attribute is_tunable.
-
#max_value ⇒ ::Float
Returns the value of attribute max_value.
-
#min_value ⇒ ::Float
Returns the value of attribute min_value.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#is_tunable ⇒ Boolean
Returns the value of attribute is_tunable.
581 582 583 |
# File 'sig/types.rbs', line 581 def is_tunable @is_tunable end |
#max_value ⇒ ::Float
Returns the value of attribute max_value.
580 581 582 |
# File 'sig/types.rbs', line 580 def max_value @max_value end |
#min_value ⇒ ::Float
Returns the value of attribute min_value.
579 580 581 |
# File 'sig/types.rbs', line 579 def min_value @min_value end |
#name ⇒ ::String
Returns the value of attribute name.
578 579 580 |
# File 'sig/types.rbs', line 578 def name @name end |