Interface ErrorMetric.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ErrorMetric.Builder,,- ErrorMetric> - SdkBuilder<ErrorMetric.Builder,,- ErrorMetric> - SdkPojo
- Enclosing class:
- ErrorMetric
@Mutable
@NotThreadSafe
public static interface ErrorMetric.Builder
extends SdkPojo, CopyableBuilder<ErrorMetric.Builder,ErrorMetric> 
- 
Method SummaryModifier and TypeMethodDescriptionforecastType(String forecastType) The Forecast type used to compute WAPE, MAPE, MASE, and RMSE.The Mean Absolute Percentage Error (MAPE)The Mean Absolute Scaled Error (MASE)The root-mean-square error (RMSE).The weighted absolute percentage error (WAPE).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
forecastTypeThe Forecast type used to compute WAPE, MAPE, MASE, and RMSE. - Parameters:
- forecastType- The Forecast type used to compute WAPE, MAPE, MASE, and RMSE.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
wapeThe weighted absolute percentage error (WAPE). - Parameters:
- wape- The weighted absolute percentage error (WAPE).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
rmseThe root-mean-square error (RMSE). - Parameters:
- rmse- The root-mean-square error (RMSE).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maseThe Mean Absolute Scaled Error (MASE) - Parameters:
- mase- The Mean Absolute Scaled Error (MASE)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mapeThe Mean Absolute Percentage Error (MAPE) - Parameters:
- mape- The Mean Absolute Percentage Error (MAPE)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-