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.
6324 6325 6326 |
# File 'sig/types.rbs', line 6324 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
6319 6320 6321 |
# File 'sig/types.rbs', line 6319 def description @description end |
#is_required ⇒ Boolean
Returns the value of attribute is_required.
6323 6324 6325 |
# File 'sig/types.rbs', line 6323 def is_required @is_required end |
#is_tunable ⇒ Boolean
Returns the value of attribute is_tunable.
6322 6323 6324 |
# File 'sig/types.rbs', line 6322 def is_tunable @is_tunable end |
#name ⇒ ::String
Returns the value of attribute name.
6318 6319 6320 |
# File 'sig/types.rbs', line 6318 def name @name end |
#range ⇒ Types::ParameterRange
Returns the value of attribute range.
6321 6322 6323 |
# File 'sig/types.rbs', line 6321 def range @range end |
#type ⇒ "Integer", ...
Returns the value of attribute type.
6320 6321 6322 |
# File 'sig/types.rbs', line 6320 def type @type end |