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.
6055 6056 6057 |
# File 'sig/types.rbs', line 6055 def metric_name @metric_name end |
#standard_metric_name ⇒ "Accuracy", ...
Returns the value of attribute standard_metric_name.
6057 6058 6059 |
# File 'sig/types.rbs', line 6057 def standard_metric_name @standard_metric_name end |
#type ⇒ "Maximize", "Minimize"
Returns the value of attribute type.
6054 6055 6056 |
# File 'sig/types.rbs', line 6054 def type @type end |
#value ⇒ ::Float
Returns the value of attribute value.
6056 6057 6058 |
# File 'sig/types.rbs', line 6056 def value @value end |