/AWS1/CL_CRLDATASET¶
Defines where the training dataset is located, what type of data it contains, and how to access the data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/CRLDATASETTYPE /AWS1/CRLDATASETTYPE¶
What type of information is found in the dataset.
io_inputconfig TYPE REF TO /AWS1/CL_CRLDATASETINPUTCONFIG /AWS1/CL_CRLDATASETINPUTCONFIG¶
A DatasetInputConfig object that defines the data source and schema mapping.
Queryable Attributes¶
type¶
What type of information is found in the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
inputConfig¶
A DatasetInputConfig object that defines the data source and schema mapping.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTCONFIG() |
Getter for INPUTCONFIG |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATASETLIST¶
TYPES TT_DATASETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRLDATASET WITH DEFAULT KEY
.