Class: Aws::Types::FinalHyperParameterTuningJobObjectiveMetric
- Inherits:
-
Object
- Object
- Aws::Types::FinalHyperParameterTuningJobObjectiveMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#type ⇒ "Maximize", "Minimize"
Returns the value of attribute type.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
6063 6064 6065 |
# File 'sig/types.rbs', line 6063 def metric_name @metric_name end |
#type ⇒ "Maximize", "Minimize"
Returns the value of attribute type.
6062 6063 6064 |
# File 'sig/types.rbs', line 6062 def type @type end |
#value ⇒ ::Float
Returns the value of attribute value.
6064 6065 6066 |
# File 'sig/types.rbs', line 6064 def value @value end |