libZSservicesZSamazonka-forecastZSamazonka-forecast
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Forecast.Types.InputDataConfig

Description

 
Synopsis

Documentation

data InputDataConfig Source #

The data used to train a predictor. The data includes a dataset group and any supplementary features. You specify this object in the CreatePredictor request.

See: newInputDataConfig smart constructor.

Constructors

InputDataConfig' 

Fields

Instances

Instances details
Eq InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

Read InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

Show InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

Generic InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

Associated Types

type Rep InputDataConfig :: Type -> Type #

NFData InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

Methods

rnf :: InputDataConfig -> () #

Hashable InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

ToJSON InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

FromJSON InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

type Rep InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

type Rep InputDataConfig = D1 ('MetaData "InputDataConfig" "Amazonka.Forecast.Types.InputDataConfig" "libZSservicesZSamazonka-forecastZSamazonka-forecast" 'False) (C1 ('MetaCons "InputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "supplementaryFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SupplementaryFeature))) :*: S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInputDataConfig Source #

Create a value of InputDataConfig 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:supplementaryFeatures:InputDataConfig', inputDataConfig_supplementaryFeatures - An array of supplementary features. The only supported feature is a holiday calendar.

$sel:datasetGroupArn:InputDataConfig', inputDataConfig_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.

inputDataConfig_supplementaryFeatures :: Lens' InputDataConfig (Maybe (NonEmpty SupplementaryFeature)) Source #

An array of supplementary features. The only supported feature is a holiday calendar.

inputDataConfig_datasetGroupArn :: Lens' InputDataConfig Text Source #

The Amazon Resource Name (ARN) of the dataset group.