Class: Aws::Types::FinalAutoMLJobObjectiveMetric
- Inherits:
-
Object
- Object
- Aws::Types::FinalAutoMLJobObjectiveMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ "Accuracy", ...
Returns the value of attribute metric_name.
-
#standard_metric_name ⇒ "Accuracy", ...
Returns the value of attribute standard_metric_name.
-
#type ⇒ "Maximize", "Minimize"
Returns the value of attribute type.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#metric_name ⇒ "Accuracy", ...
Returns the value of attribute metric_name.
6040 6041 6042 |
# File 'sig/types.rbs', line 6040 def metric_name @metric_name end |
#standard_metric_name ⇒ "Accuracy", ...
Returns the value of attribute standard_metric_name.
6042 6043 6044 |
# File 'sig/types.rbs', line 6042 def standard_metric_name @standard_metric_name end |
#type ⇒ "Maximize", "Minimize"
Returns the value of attribute type.
6039 6040 6041 |
# File 'sig/types.rbs', line 6039 def type @type end |
#value ⇒ ::Float
Returns the value of attribute value.
6041 6042 6043 |
# File 'sig/types.rbs', line 6041 def value @value end |