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.
6280 6281 6282 |
# File 'sig/types.rbs', line 6280 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
6275 6276 6277 |
# File 'sig/types.rbs', line 6275 def description @description end |
#is_required ⇒ Boolean
Returns the value of attribute is_required.
6279 6280 6281 |
# File 'sig/types.rbs', line 6279 def is_required @is_required end |
#is_tunable ⇒ Boolean
Returns the value of attribute is_tunable.
6278 6279 6280 |
# File 'sig/types.rbs', line 6278 def is_tunable @is_tunable end |
#name ⇒ ::String
Returns the value of attribute name.
6274 6275 6276 |
# File 'sig/types.rbs', line 6274 def name @name end |
#range ⇒ Types::ParameterRange
Returns the value of attribute range.
6277 6278 6279 |
# File 'sig/types.rbs', line 6277 def range @range end |
#type ⇒ "Integer", ...
Returns the value of attribute type.
6276 6277 6278 |
# File 'sig/types.rbs', line 6276 def type @type end |