amazonka-forecast-2.0: Amazon Forecast Service 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.Forecast.Types.MonitorDataSource

Description

 
Synopsis

Documentation

data MonitorDataSource Source #

The source of the data the monitor used during the evaluation.

See: newMonitorDataSource smart constructor.

Constructors

MonitorDataSource' 

Fields

  • datasetImportJobArn :: Maybe Text

    The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.

  • forecastArn :: Maybe Text

    The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.

  • predictorArn :: Maybe Text

    The Amazon Resource Name (ARN) of the predictor resource you are monitoring.

Instances

Instances details
FromJSON MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

Generic MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

Associated Types

type Rep MonitorDataSource :: Type -> Type #

Read MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

Show MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

NFData MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

Methods

rnf :: MonitorDataSource -> () #

Eq MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

Hashable MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

type Rep MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

type Rep MonitorDataSource = D1 ('MetaData "MonitorDataSource" "Amazonka.Forecast.Types.MonitorDataSource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "MonitorDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetImportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "forecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMonitorDataSource :: MonitorDataSource Source #

Create a value of MonitorDataSource 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:datasetImportJobArn:MonitorDataSource', monitorDataSource_datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.

$sel:forecastArn:MonitorDataSource', monitorDataSource_forecastArn - The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.

$sel:predictorArn:MonitorDataSource', monitorDataSource_predictorArn - The Amazon Resource Name (ARN) of the predictor resource you are monitoring.

monitorDataSource_datasetImportJobArn :: Lens' MonitorDataSource (Maybe Text) Source #

The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.

monitorDataSource_forecastArn :: Lens' MonitorDataSource (Maybe Text) Source #

The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.

monitorDataSource_predictorArn :: Lens' MonitorDataSource (Maybe Text) Source #

The Amazon Resource Name (ARN) of the predictor resource you are monitoring.