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.TimeBasedForecastProperties

Description

 
Synopsis

Documentation

data TimeBasedForecastProperties Source #

The forecast properties setup of a forecast in the line chart.

See: newTimeBasedForecastProperties smart constructor.

Constructors

TimeBasedForecastProperties' 

Fields

Instances

Instances details
FromJSON TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

ToJSON TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

Generic TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

Associated Types

type Rep TimeBasedForecastProperties :: Type -> Type #

Read TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

Show TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

NFData TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

Eq TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

Hashable TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

type Rep TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

type Rep TimeBasedForecastProperties = D1 ('MetaData "TimeBasedForecastProperties" "Amazonka.QuickSight.Types.TimeBasedForecastProperties" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TimeBasedForecastProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lowerBoundary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (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 Natural)) :*: S1 ('MetaSel ('Just "upperBoundary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

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 to NULL.
  • 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 to NULL.
  • 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.