| 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.LookoutMetrics.Types.BackTestConfiguration
Description
Documentation
data BackTestConfiguration Source #
Settings for backtest mode.
See: newBackTestConfiguration smart constructor.
Constructors
| BackTestConfiguration' | |
Fields
| |
Instances
newBackTestConfiguration Source #
Create a value of BackTestConfiguration 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:runBackTestMode:BackTestConfiguration', backTestConfiguration_runBackTestMode - Run a backtest instead of monitoring new data.
backTestConfiguration_runBackTestMode :: Lens' BackTestConfiguration Bool Source #
Run a backtest instead of monitoring new data.