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.
6044 6045 6046 |
# File 'sig/types.rbs', line 6044 def metric_name @metric_name end |
#type ⇒ "Maximize", "Minimize"
Returns the value of attribute type.
6043 6044 6045 |
# File 'sig/types.rbs', line 6043 def type @type end |
#value ⇒ ::Float
Returns the value of attribute value.
6045 6046 6047 |
# File 'sig/types.rbs', line 6045 def value @value end |