Class: Aws::Types::MetricDatum
- Inherits:
-
Object
- Object
- Aws::Types::MetricDatum
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ "Accuracy", ...
Returns the value of attribute metric_name.
-
#set ⇒ "Train", ...
Returns the value of attribute set.
-
#standard_metric_name ⇒ "Accuracy", ...
Returns the value of attribute standard_metric_name.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#metric_name ⇒ "Accuracy", ...
Returns the value of attribute metric_name.
8692 8693 8694 |
# File 'sig/types.rbs', line 8692 def metric_name @metric_name end |
#set ⇒ "Train", ...
Returns the value of attribute set.
8695 8696 8697 |
# File 'sig/types.rbs', line 8695 def set @set end |
#standard_metric_name ⇒ "Accuracy", ...
Returns the value of attribute standard_metric_name.
8693 8694 8695 |
# File 'sig/types.rbs', line 8693 def standard_metric_name @standard_metric_name end |
#value ⇒ ::Float
Returns the value of attribute value.
8694 8695 8696 |
# File 'sig/types.rbs', line 8694 def value @value end |