| 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.QuickSight.Types.TimeBasedForecastProperties
Description
Synopsis
- data TimeBasedForecastProperties = TimeBasedForecastProperties' {}
- newTimeBasedForecastProperties :: TimeBasedForecastProperties
- timeBasedForecastProperties_lowerBoundary :: Lens' TimeBasedForecastProperties (Maybe Double)
- timeBasedForecastProperties_periodsBackward :: Lens' TimeBasedForecastProperties (Maybe Natural)
- timeBasedForecastProperties_periodsForward :: Lens' TimeBasedForecastProperties (Maybe Natural)
- timeBasedForecastProperties_predictionInterval :: Lens' TimeBasedForecastProperties (Maybe Natural)
- timeBasedForecastProperties_seasonality :: Lens' TimeBasedForecastProperties (Maybe Natural)
- timeBasedForecastProperties_upperBoundary :: Lens' TimeBasedForecastProperties (Maybe Double)
Documentation
data TimeBasedForecastProperties Source #
The forecast properties setup of a forecast in the line chart.
See: newTimeBasedForecastProperties smart constructor.
Constructors
| TimeBasedForecastProperties' | |
Fields
| |
Instances
newTimeBasedForecastProperties :: TimeBasedForecastProperties Source #
Create a value of TimeBasedForecastProperties 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:lowerBoundary:TimeBasedForecastProperties', timeBasedForecastProperties_lowerBoundary - The lower boundary setup of a forecast computation.
$sel:periodsBackward:TimeBasedForecastProperties', timeBasedForecastProperties_periodsBackward - The periods backward setup of a forecast computation.
$sel:periodsForward:TimeBasedForecastProperties', timeBasedForecastProperties_periodsForward - The periods forward setup of a forecast computation.
$sel:predictionInterval:TimeBasedForecastProperties', timeBasedForecastProperties_predictionInterval - The prediction interval setup of a forecast computation.
$sel:seasonality:TimeBasedForecastProperties', timeBasedForecastProperties_seasonality - The seasonality setup of a forecast computation. Choose one of the
following options:
NULL: The input is set toNULL.NON_NULL: The input is set to a custom value.
$sel:upperBoundary:TimeBasedForecastProperties', timeBasedForecastProperties_upperBoundary - The upper boundary setup of a forecast computation.
timeBasedForecastProperties_lowerBoundary :: Lens' TimeBasedForecastProperties (Maybe Double) Source #
The lower boundary setup of a forecast computation.
timeBasedForecastProperties_periodsBackward :: Lens' TimeBasedForecastProperties (Maybe Natural) Source #
The periods backward setup of a forecast computation.
timeBasedForecastProperties_periodsForward :: Lens' TimeBasedForecastProperties (Maybe Natural) Source #
The periods forward setup of a forecast computation.
timeBasedForecastProperties_predictionInterval :: Lens' TimeBasedForecastProperties (Maybe Natural) Source #
The prediction interval setup of a forecast computation.
timeBasedForecastProperties_seasonality :: Lens' TimeBasedForecastProperties (Maybe Natural) Source #
The seasonality setup of a forecast computation. Choose one of the following options:
NULL: The input is set toNULL.NON_NULL: The input is set to a custom value.
timeBasedForecastProperties_upperBoundary :: Lens' TimeBasedForecastProperties (Maybe Double) Source #
The upper boundary setup of a forecast computation.