/AWS1/CL_BDOADDDSEXMPLSRSP¶
AddDatasetExamplesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetarn TYPE /AWS1/BDODATASETARN /AWS1/BDODATASETARN¶
The Amazon Resource Name (ARN) of the dataset.
iv_datasetid TYPE /AWS1/BDODATASETID /AWS1/BDODATASETID¶
The unique identifier of the dataset.
iv_status TYPE /AWS1/BDODATASETSTATUS /AWS1/BDODATASETSTATUS¶
The current status of the dataset.
iv_addedcount TYPE /AWS1/BDOLONG /AWS1/BDOLONG¶
The number of examples added.
iv_updatedat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP¶
The timestamp when the examples were added.
it_exampleids TYPE /AWS1/CL_BDOEXAMPLEIDLIST_W=>TT_EXAMPLEIDLIST TT_EXAMPLEIDLIST¶
IDs of all added examples (auto-generated UUIDs).
Queryable Attributes¶
datasetArn¶
The Amazon Resource Name (ARN) of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETARN() |
Getter for DATASETARN, with configurable default |
ASK_DATASETARN() |
Getter for DATASETARN w/ exceptions if field has no value |
HAS_DATASETARN() |
Determine if DATASETARN has a value |
datasetId¶
The unique identifier of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETID() |
Getter for DATASETID, with configurable default |
ASK_DATASETID() |
Getter for DATASETID w/ exceptions if field has no value |
HAS_DATASETID() |
Determine if DATASETID has a value |
status¶
The current status of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
addedCount¶
The number of examples added.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDEDCOUNT() |
Getter for ADDEDCOUNT, with configurable default |
ASK_ADDEDCOUNT() |
Getter for ADDEDCOUNT w/ exceptions if field has no value |
HAS_ADDEDCOUNT() |
Determine if ADDEDCOUNT has a value |
updatedAt¶
The timestamp when the examples were added.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
exampleIds¶
IDs of all added examples (auto-generated UUIDs).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXAMPLEIDS() |
Getter for EXAMPLEIDS, with configurable default |
ASK_EXAMPLEIDS() |
Getter for EXAMPLEIDS w/ exceptions if field has no value |
HAS_EXAMPLEIDS() |
Determine if EXAMPLEIDS has a value |