| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
List<PredictorExecution> |
PredictorExecutionDetails.predictorExecutions()
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
PredictorExecutionDetails.Builder |
PredictorExecutionDetails.Builder.predictorExecutions(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 |
|---|---|
PredictorExecutionDetails.Builder |
PredictorExecutionDetails.Builder.predictorExecutions(Collection<PredictorExecution> predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
Copyright © 2020. All rights reserved.