/AWS1/CL_FCSDATACONFIG¶
The data configuration for your dataset group and any additional datasets.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetgrouparn TYPE /AWS1/FCSARN /AWS1/FCSARN¶
The ARN of the dataset group used to train the predictor.
Optional arguments:¶
it_attributeconfigs TYPE /AWS1/CL_FCSATTRIBUTECONFIG=>TT_ATTRIBUTECONFIGS TT_ATTRIBUTECONFIGS¶
Aggregation and filling options for attributes in your dataset group.
it_additionaldatasets TYPE /AWS1/CL_FCSADDITIONALDATASET=>TT_ADDITIONALDATASETS TT_ADDITIONALDATASETS¶
Additional built-in datasets like Holidays and the Weather Index.
Queryable Attributes¶
DatasetGroupArn¶
The ARN of the dataset group used to train the predictor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETGROUPARN() |
Getter for DATASETGROUPARN, with configurable default |
ASK_DATASETGROUPARN() |
Getter for DATASETGROUPARN w/ exceptions if field has no val |
HAS_DATASETGROUPARN() |
Determine if DATASETGROUPARN has a value |
AttributeConfigs¶
Aggregation and filling options for attributes in your dataset group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTECONFIGS() |
Getter for ATTRIBUTECONFIGS, with configurable default |
ASK_ATTRIBUTECONFIGS() |
Getter for ATTRIBUTECONFIGS w/ exceptions if field has no va |
HAS_ATTRIBUTECONFIGS() |
Determine if ATTRIBUTECONFIGS has a value |
AdditionalDatasets¶
Additional built-in datasets like Holidays and the Weather Index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDITIONALDATASETS() |
Getter for ADDITIONALDATASETS, with configurable default |
ASK_ADDITIONALDATASETS() |
Getter for ADDITIONALDATASETS w/ exceptions if field has no |
HAS_ADDITIONALDATASETS() |
Determine if ADDITIONALDATASETS has a value |