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.
6036 6037 6038 |
# File 'sig/types.rbs', line 6036 def metric_name @metric_name end |
#standard_metric_name ⇒ "Accuracy", ...
Returns the value of attribute standard_metric_name.
6038 6039 6040 |
# File 'sig/types.rbs', line 6038 def standard_metric_name @standard_metric_name end |
#type ⇒ "Maximize", "Minimize"
Returns the value of attribute type.
6035 6036 6037 |
# File 'sig/types.rbs', line 6035 def type @type end |
#value ⇒ ::Float
Returns the value of attribute value.
6037 6038 6039 |
# File 'sig/types.rbs', line 6037 def value @value end |