| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
PredictorExecution |
PredictorExecution.clone() |
PredictorExecution |
PredictorExecution.withAlgorithmArn(String algorithmArn)
The ARN of the algorithm used to test the predictor.
|
PredictorExecution |
PredictorExecution.withTestWindows(Collection<TestWindowSummary> testWindows)
An array of test windows used to evaluate the algorithm.
|
PredictorExecution |
PredictorExecution.withTestWindows(TestWindowSummary... testWindows)
An array of test windows used to evaluate the algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
List<PredictorExecution> |
PredictorExecutionDetails.getPredictorExecutions()
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
PredictorExecutionDetails |
PredictorExecutionDetails.withPredictorExecutions(PredictorExecution... predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredictorExecutionDetails.setPredictorExecutions(Collection<PredictorExecution> predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
PredictorExecutionDetails |
PredictorExecutionDetails.withPredictorExecutions(Collection<PredictorExecution> predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
Copyright © 2019. All rights reserved.