Class: Aws::Types::HyperParameterSpecification
- Inherits:
-
Object
- Object
- Aws::Types::HyperParameterSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_required ⇒ Boolean
Returns the value of attribute is_required.
-
#is_tunable ⇒ Boolean
Returns the value of attribute is_tunable.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#range ⇒ Types::ParameterRange
Returns the value of attribute range.
-
#type ⇒ "Integer", ...
Returns the value of attribute type.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
6284 6285 6286 |
# File 'sig/types.rbs', line 6284 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
6279 6280 6281 |
# File 'sig/types.rbs', line 6279 def description @description end |
#is_required ⇒ Boolean
Returns the value of attribute is_required.
6283 6284 6285 |
# File 'sig/types.rbs', line 6283 def is_required @is_required end |
#is_tunable ⇒ Boolean
Returns the value of attribute is_tunable.
6282 6283 6284 |
# File 'sig/types.rbs', line 6282 def is_tunable @is_tunable end |
#name ⇒ ::String
Returns the value of attribute name.
6278 6279 6280 |
# File 'sig/types.rbs', line 6278 def name @name end |
#range ⇒ Types::ParameterRange
Returns the value of attribute range.
6281 6282 6283 |
# File 'sig/types.rbs', line 6281 def range @range end |
#type ⇒ "Integer", ...
Returns the value of attribute type.
6280 6281 6282 |
# File 'sig/types.rbs', line 6280 def type @type end |