/AWS1/CL_FCSTIMESERIESREPLCS00¶
A replacement dataset is a modified version of the baseline related time series that contains only the values that you want to include in a what-if forecast. The replacement dataset must contain the forecast dimensions and item identifiers in the baseline related time series as well as at least 1 changed time series. This dataset is merged with the baseline related time series to create a transformed dataset that is used for the what-if forecast.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_s3config TYPE REF TO /AWS1/CL_FCSS3CONFIG /AWS1/CL_FCSS3CONFIG¶
The path to the file(s) in an Amazon Simple Storage Service (Amazon S3) bucket, and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the file(s). Optionally, includes an Key Management Service (KMS) key. This object is part of the DataSource object that is submitted in the CreateDatasetImportJob request, and part of the DataDestination object.
io_schema TYPE REF TO /AWS1/CL_FCSSCHEMA /AWS1/CL_FCSSCHEMA¶
Defines the fields of a dataset.
Optional arguments:¶
iv_format TYPE /AWS1/FCSFORMAT /AWS1/FCSFORMAT¶
The format of the replacement data, CSV or PARQUET.
iv_timestampformat TYPE /AWS1/FCSTIMESTAMPFORMAT /AWS1/FCSTIMESTAMPFORMAT¶
The timestamp format of the replacement data.
Queryable Attributes¶
S3Config¶
The path to the file(s) in an Amazon Simple Storage Service (Amazon S3) bucket, and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the file(s). Optionally, includes an Key Management Service (KMS) key. This object is part of the DataSource object that is submitted in the CreateDatasetImportJob request, and part of the DataDestination object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3CONFIG() |
Getter for S3CONFIG |
Schema¶
Defines the fields of a dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMA() |
Getter for SCHEMA |
Format¶
The format of the replacement data, CSV or PARQUET.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
TimestampFormat¶
The timestamp format of the replacement data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMPFORMAT() |
Getter for TIMESTAMPFORMAT, with configurable default |
ASK_TIMESTAMPFORMAT() |
Getter for TIMESTAMPFORMAT w/ exceptions if field has no val |
HAS_TIMESTAMPFORMAT() |
Determine if TIMESTAMPFORMAT has a value |