| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
MetricResult |
MetricResult.clone() |
MetricResult |
MetricResult.withMetricName(String metricName)
The name of the metric.
|
MetricResult |
MetricResult.withMetricValue(Double metricValue)
The value for the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricResult> |
PredictorMonitorEvaluation.getMetricResults()
A list of metrics Forecast calculated when monitoring a predictor.
|
| Modifier and Type | Method and Description |
|---|---|
PredictorMonitorEvaluation |
PredictorMonitorEvaluation.withMetricResults(MetricResult... metricResults)
A list of metrics Forecast calculated when monitoring a predictor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredictorMonitorEvaluation.setMetricResults(Collection<MetricResult> metricResults)
A list of metrics Forecast calculated when monitoring a predictor.
|
PredictorMonitorEvaluation |
PredictorMonitorEvaluation.withMetricResults(Collection<MetricResult> metricResults)
A list of metrics Forecast calculated when monitoring a predictor.
|
Copyright © 2022. All rights reserved.