/AWS1/CL_BDODATASETVRSNUMMARY¶
Summary information about a published dataset version.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetversion TYPE /AWS1/BDODATASETVERSION /AWS1/BDODATASETVERSION¶
The version number of this published snapshot.
iv_examplecount TYPE /AWS1/BDOLONG /AWS1/BDOLONG¶
The number of examples in this version.
iv_createdat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP¶
The timestamp when this version was published.
Queryable Attributes¶
datasetVersion¶
The version number of this published snapshot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETVERSION() |
Getter for DATASETVERSION, with configurable default |
ASK_DATASETVERSION() |
Getter for DATASETVERSION w/ exceptions if field has no valu |
HAS_DATASETVERSION() |
Determine if DATASETVERSION has a value |
exampleCount¶
The number of examples in this version.
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 this version was published.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATASETVERSIONSUMMARYLIST¶
TYPES TT_DATASETVERSIONSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDODATASETVRSNUMMARY WITH DEFAULT KEY
.