Class: Aws::Types::ErrorMetric
- Inherits:
-
Object
- Object
- Aws::Types::ErrorMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#forecast_type ⇒ ::String
Returns the value of attribute forecast_type.
-
#mape ⇒ ::Float
Returns the value of attribute mape.
-
#mase ⇒ ::Float
Returns the value of attribute mase.
-
#rmse ⇒ ::Float
Returns the value of attribute rmse.
-
#wape ⇒ ::Float
Returns the value of attribute wape.
Instance Attribute Details
#forecast_type ⇒ ::String
Returns the value of attribute forecast_type.
696 697 698 |
# File 'sig/types.rbs', line 696 def forecast_type @forecast_type end |
#mape ⇒ ::Float
Returns the value of attribute mape.
700 701 702 |
# File 'sig/types.rbs', line 700 def mape @mape end |
#mase ⇒ ::Float
Returns the value of attribute mase.
699 700 701 |
# File 'sig/types.rbs', line 699 def mase @mase end |
#rmse ⇒ ::Float
Returns the value of attribute rmse.
698 699 700 |
# File 'sig/types.rbs', line 698 def rmse @rmse end |
#wape ⇒ ::Float
Returns the value of attribute wape.
697 698 699 |
# File 'sig/types.rbs', line 697 def wape @wape end |