Class: Aws::Types::DefaultIntegerHyperParameterRange
- Inherits:
-
Object
- Object
- Aws::Types::DefaultIntegerHyperParameterRange
- 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 ⇒ ::Integer
Returns the value of attribute max_value.
-
#min_value ⇒ ::Integer
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.
596 597 598 |
# File 'sig/types.rbs', line 596 def is_tunable @is_tunable end |
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
595 596 597 |
# File 'sig/types.rbs', line 595 def max_value @max_value end |
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
594 595 596 |
# File 'sig/types.rbs', line 594 def min_value @min_value end |
#name ⇒ ::String
Returns the value of attribute name.
593 594 595 |
# File 'sig/types.rbs', line 593 def name @name end |