amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.ForecastComputation

Description

 
Synopsis

Documentation

data ForecastComputation Source #

The forecast computation configuration.

See: newForecastComputation smart constructor.

Constructors

ForecastComputation' 

Fields

Instances

Instances details
FromJSON ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

ToJSON ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

Generic ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

Associated Types

type Rep ForecastComputation :: Type -> Type #

Show ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

NFData ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

Methods

rnf :: ForecastComputation -> () #

Eq ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

Hashable ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

type Rep ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

type Rep ForecastComputation = D1 ('MetaData "ForecastComputation" "Amazonka.QuickSight.Types.ForecastComputation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ForecastComputation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "customSeasonalityValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "lowerBoundary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "periodsBackward") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "periodsForward") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "predictionInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "seasonality") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ForecastComputationSeasonality)) :*: S1 ('MetaSel ('Just "upperBoundary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeasureField)) :*: (S1 ('MetaSel ('Just "computationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DimensionField))))))

newForecastComputation Source #

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_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_time :: Lens' ForecastComputation DimensionField Source #

The time field that is used in a computation.