| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Forecast.Types.PredictorExecution
Description
Documentation
data PredictorExecution Source #
The algorithm used to perform a backtest and the status of those tests.
See: newPredictorExecution smart constructor.
Constructors
| PredictorExecution' | |
Fields
| |
Instances
newPredictorExecution :: PredictorExecution Source #
Create a value of PredictorExecution with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:algorithmArn:PredictorExecution', predictorExecution_algorithmArn - The ARN of the algorithm used to test the predictor.
$sel:testWindows:PredictorExecution', predictorExecution_testWindows - An array of test windows used to evaluate the algorithm. The
NumberOfBacktestWindows from the object determines the number of
windows in the array.
predictorExecution_algorithmArn :: Lens' PredictorExecution (Maybe Text) Source #
The ARN of the algorithm used to test the predictor.
predictorExecution_testWindows :: Lens' PredictorExecution (Maybe [TestWindowSummary]) Source #
An array of test windows used to evaluate the algorithm. The
NumberOfBacktestWindows from the object determines the number of
windows in the array.