/AWS1/CL_BDODATASETSUMMARY¶
Summary information about a dataset.
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_datasetname TYPE /AWS1/BDODATASETNAME /AWS1/BDODATASETNAME¶
The name of the dataset.
iv_status TYPE /AWS1/BDODATASETSTATUS /AWS1/BDODATASETSTATUS¶
The current status of the dataset.
iv_schematype TYPE /AWS1/BDODATASETSCHEMATYPE /AWS1/BDODATASETSCHEMATYPE¶
The schema type of the dataset.
iv_examplecount TYPE /AWS1/BDOLONG /AWS1/BDOLONG¶
The number of examples in the dataset.
iv_createdat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP¶
The timestamp when the dataset was created.
iv_updatedat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP¶
The timestamp when the dataset was last updated.
Optional arguments:¶
iv_description TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
The description of the dataset.
iv_draftstatus TYPE /AWS1/BDODRAFTSTATUS /AWS1/BDODRAFTSTATUS¶
Publish synchronization state. Only authoritative when status == ACTIVE.
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 |
datasetName¶
The name of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETNAME() |
Getter for DATASETNAME, with configurable default |
ASK_DATASETNAME() |
Getter for DATASETNAME w/ exceptions if field has no value |
HAS_DATASETNAME() |
Determine if DATASETNAME has a value |
description¶
The description of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION 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 |
draftStatus¶
Publish synchronization state. Only authoritative when status == ACTIVE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DRAFTSTATUS() |
Getter for DRAFTSTATUS, with configurable default |
ASK_DRAFTSTATUS() |
Getter for DRAFTSTATUS w/ exceptions if field has no value |
HAS_DRAFTSTATUS() |
Determine if DRAFTSTATUS has a value |
schemaType¶
The schema type of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMATYPE() |
Getter for SCHEMATYPE, with configurable default |
ASK_SCHEMATYPE() |
Getter for SCHEMATYPE w/ exceptions if field has no value |
HAS_SCHEMATYPE() |
Determine if SCHEMATYPE has a value |
exampleCount¶
The number of examples in the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXAMPLECOUNT() |
Getter for EXAMPLECOUNT, with configurable default |
ASK_EXAMPLECOUNT() |
Getter for EXAMPLECOUNT w/ exceptions if field has no value |
HAS_EXAMPLECOUNT() |
Determine if EXAMPLECOUNT has a value |
createdAt¶
The timestamp when the dataset was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The timestamp when the dataset was last updated.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATASETSUMMARYLIST¶
TYPES TT_DATASETSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDODATASETSUMMARY WITH DEFAULT KEY
.