| 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.ForecastComputation
Description
Synopsis
- data ForecastComputation = ForecastComputation' {
- customSeasonalityValue :: Maybe Natural
- lowerBoundary :: Maybe Double
- name :: Maybe Text
- periodsBackward :: Maybe Natural
- periodsForward :: Maybe Natural
- predictionInterval :: Maybe Natural
- seasonality :: Maybe ForecastComputationSeasonality
- upperBoundary :: Maybe Double
- value :: Maybe MeasureField
- computationId :: Text
- time :: DimensionField
- newForecastComputation :: Text -> DimensionField -> ForecastComputation
- forecastComputation_customSeasonalityValue :: Lens' ForecastComputation (Maybe Natural)
- forecastComputation_lowerBoundary :: Lens' ForecastComputation (Maybe Double)
- forecastComputation_name :: Lens' ForecastComputation (Maybe Text)
- forecastComputation_periodsBackward :: Lens' ForecastComputation (Maybe Natural)
- forecastComputation_periodsForward :: Lens' ForecastComputation (Maybe Natural)
- forecastComputation_predictionInterval :: Lens' ForecastComputation (Maybe Natural)
- forecastComputation_seasonality :: Lens' ForecastComputation (Maybe ForecastComputationSeasonality)
- forecastComputation_upperBoundary :: Lens' ForecastComputation (Maybe Double)
- forecastComputation_value :: Lens' ForecastComputation (Maybe MeasureField)
- forecastComputation_computationId :: Lens' ForecastComputation Text
- forecastComputation_time :: Lens' ForecastComputation DimensionField
Documentation
data ForecastComputation Source #
The forecast computation configuration.
See: newForecastComputation smart constructor.
Constructors
| ForecastComputation' | |
Fields
| |
Instances
newForecastComputation Source #
Arguments
| :: Text | |
| -> DimensionField | |
| -> ForecastComputation |
Create a value of ForecastComputation 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:customSeasonalityValue:ForecastComputation', forecastComputation_customSeasonalityValue - The custom seasonality value setup of a forecast computation.
$sel:lowerBoundary:ForecastComputation', forecastComputation_lowerBoundary - The lower boundary setup of a forecast computation.
$sel:name:ForecastComputation', forecastComputation_name - The name of a computation.
$sel:periodsBackward:ForecastComputation', forecastComputation_periodsBackward - The periods backward setup of a forecast computation.
$sel:periodsForward:ForecastComputation', forecastComputation_periodsForward - The periods forward setup of a forecast computation.
$sel:predictionInterval:ForecastComputation', forecastComputation_predictionInterval - The prediction interval setup of a forecast computation.
$sel:seasonality:ForecastComputation', forecastComputation_seasonality - The seasonality setup of a forecast computation. Choose one of the
following options:
AUTOMATIC
CUSTOM: Checks the custom seasonality value.
$sel:upperBoundary:ForecastComputation', forecastComputation_upperBoundary - The upper boundary setup of a forecast computation.
$sel:value:ForecastComputation', forecastComputation_value - The value field that is used in a computation.
$sel:computationId:ForecastComputation', forecastComputation_computationId - The ID for a computation.
$sel:time:ForecastComputation', forecastComputation_time - The time field that is used in a computation.
forecastComputation_customSeasonalityValue :: Lens' ForecastComputation (Maybe Natural) Source #
The custom seasonality value setup of a forecast computation.
forecastComputation_lowerBoundary :: Lens' ForecastComputation (Maybe Double) Source #
The lower boundary setup of a forecast computation.
forecastComputation_name :: Lens' ForecastComputation (Maybe Text) Source #
The name of a computation.
forecastComputation_periodsBackward :: Lens' ForecastComputation (Maybe Natural) Source #
The periods backward setup of a forecast computation.
forecastComputation_periodsForward :: Lens' ForecastComputation (Maybe Natural) Source #
The periods forward setup of a forecast computation.
forecastComputation_predictionInterval :: Lens' ForecastComputation (Maybe Natural) Source #
The prediction interval setup of a forecast computation.
forecastComputation_seasonality :: Lens' ForecastComputation (Maybe ForecastComputationSeasonality) Source #
The seasonality setup of a forecast computation. Choose one of the following options:
AUTOMATIC
CUSTOM: Checks the custom seasonality value.
forecastComputation_upperBoundary :: Lens' ForecastComputation (Maybe Double) Source #
The upper boundary setup of a forecast computation.
forecastComputation_value :: Lens' ForecastComputation (Maybe MeasureField) Source #
The value field that is used in a computation.
forecastComputation_computationId :: Lens' ForecastComputation Text Source #
The ID for a computation.
forecastComputation_time :: Lens' ForecastComputation DimensionField Source #
The time field that is used in a computation.