Uses of Class
software.amazon.awssdk.services.forecast.model.MetricResult
-
Packages that use MetricResult Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of MetricResult in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type MetricResult Modifier and Type Method Description List<MetricResult>PredictorMonitorEvaluation. metricResults()A list of metrics Forecast calculated when monitoring a predictor.Methods in software.amazon.awssdk.services.forecast.model with parameters of type MetricResult Modifier and Type Method Description PredictorMonitorEvaluation.BuilderPredictorMonitorEvaluation.Builder. metricResults(MetricResult... metricResults)A list of metrics Forecast calculated when monitoring a predictor.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type MetricResult Modifier and Type Method Description PredictorMonitorEvaluation.BuilderPredictorMonitorEvaluation.Builder. metricResults(Collection<MetricResult> metricResults)A list of metrics Forecast calculated when monitoring a predictor.
-