Class: Aws::Types::ErrorMetric

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#forecast_type ⇒ ::String

Returns the value of attribute forecast_type.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def forecast_type
  @forecast_type
end

#mape ⇒ ::Float

Returns the value of attribute mape.

Returns:

  • (::Float)


700
701
702
# File 'sig/types.rbs', line 700

def mape
  @mape
end

#mase ⇒ ::Float

Returns the value of attribute mase.

Returns:

  • (::Float)


699
700
701
# File 'sig/types.rbs', line 699

def mase
  @mase
end

#rmse ⇒ ::Float

Returns the value of attribute rmse.

Returns:

  • (::Float)


698
699
700
# File 'sig/types.rbs', line 698

def rmse
  @rmse
end

#wape ⇒ ::Float

Returns the value of attribute wape.

Returns:

  • (::Float)


697
698
699
# File 'sig/types.rbs', line 697

def wape
  @wape
end