| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult |
EvaluationResult.clone() |
EvaluationResult |
EvaluationResult.withAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm that was evaluated.
|
EvaluationResult |
EvaluationResult.withTestWindows(Collection<WindowSummary> testWindows)
The array of test windows used for evaluating the algorithm.
|
EvaluationResult |
EvaluationResult.withTestWindows(WindowSummary... testWindows)
The array of test windows used for evaluating the algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationResult> |
GetAccuracyMetricsResult.getPredictorEvaluationResults()
An array of results from evaluating the predictor.
|
| Modifier and Type | Method and Description |
|---|---|
GetAccuracyMetricsResult |
GetAccuracyMetricsResult.withPredictorEvaluationResults(EvaluationResult... predictorEvaluationResults)
An array of results from evaluating the predictor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAccuracyMetricsResult.setPredictorEvaluationResults(Collection<EvaluationResult> predictorEvaluationResults)
An array of results from evaluating the predictor.
|
GetAccuracyMetricsResult |
GetAccuracyMetricsResult.withPredictorEvaluationResults(Collection<EvaluationResult> predictorEvaluationResults)
An array of results from evaluating the predictor.
|
Copyright © 2025. All rights reserved.