| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
PredictorExecutionDetails |
PredictorExecutionDetails.clone() |
PredictorExecutionDetails |
DescribePredictorResult.getPredictorExecutionDetails()
Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor.
|
PredictorExecutionDetails |
PredictorExecutionDetails.withPredictorExecutions(Collection<PredictorExecution> predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
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 |
DescribePredictorResult.setPredictorExecutionDetails(PredictorExecutionDetails predictorExecutionDetails)
Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withPredictorExecutionDetails(PredictorExecutionDetails predictorExecutionDetails)
Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor.
|
Copyright © 2025. All rights reserved.