Uses of Class
software.amazon.awssdk.services.forecast.model.ErrorMetric
-
Packages that use ErrorMetric Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of ErrorMetric in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type ErrorMetric Modifier and Type Method Description List<ErrorMetric>Metrics. errorMetrics()Provides detailed error metrics for each forecast type.Methods in software.amazon.awssdk.services.forecast.model with parameters of type ErrorMetric Modifier and Type Method Description Metrics.BuilderMetrics.Builder. errorMetrics(ErrorMetric... errorMetrics)Provides detailed error metrics for each forecast type.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type ErrorMetric Modifier and Type Method Description Metrics.BuilderMetrics.Builder. errorMetrics(Collection<ErrorMetric> errorMetrics)Provides detailed error metrics for each forecast type.
-