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.
8707 8708 8709 |
# File 'sig/types.rbs', line 8707 def metric_name @metric_name end |
#set ⇒ "Train", ...
Returns the value of attribute set.
8710 8711 8712 |
# File 'sig/types.rbs', line 8710 def set @set end |
#standard_metric_name ⇒ "Accuracy", ...
Returns the value of attribute standard_metric_name.
8708 8709 8710 |
# File 'sig/types.rbs', line 8708 def standard_metric_name @standard_metric_name end |
#value ⇒ ::Float
Returns the value of attribute value.
8709 8710 8711 |
# File 'sig/types.rbs', line 8709 def value @value end |