Skip to content

/AWS1/CL_FCSTIMESERIESIDS

Details about the import file that contains the time series for which you want to create forecasts.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_datasource TYPE REF TO /AWS1/CL_FCSDATASOURCE /AWS1/CL_FCSDATASOURCE

The source of your data, an Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an Key Management Service (KMS) key.

io_schema TYPE REF TO /AWS1/CL_FCSSCHEMA /AWS1/CL_FCSSCHEMA

Defines the fields of a dataset.

iv_format TYPE /AWS1/FCSFORMAT /AWS1/FCSFORMAT

The format of the data, either CSV or PARQUET.


Queryable Attributes

DataSource

The source of your data, an Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an Key Management Service (KMS) key.

Accessible with the following methods

Method Description
GET_DATASOURCE() Getter for DATASOURCE

Schema

Defines the fields of a dataset.

Accessible with the following methods

Method Description
GET_SCHEMA() Getter for SCHEMA

Format

The format of the data, either 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