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