/AWS1/CL_BDODATASETVRSNUMMARY¶
Summary information about a published dataset version.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetversion TYPE /AWS1/BDODATASETVERSION /AWS1/BDODATASETVERSION¶
Dataset version identifier. Accepts "DRAFT" or a non-negative integer string.
"DRAFT" refers to the single mutable working copy of the dataset. - Always present after CreateDataset ingestion completes. - Content changes in-place when examples are added, updated, or deleted. - NOT tracked as a DDB DatasetVersionItem — state lives in S3 (draft/manifest.json, draft/dataset.jsonl) and the DatasetItem.exampleCount field. - Default for read operations when ?datasetVersion is absent.
An integer string (e.g. "1", "2", "3") refers to a published, immutable snapshot created by CreateDatasetVersion. Once created, a published version's content never changes. Stored as a DDB DatasetVersionItem (SK=VERSION#{zero-padded-N}).
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¶
Dataset version identifier. Accepts "DRAFT" or a non-negative integer string.
"DRAFT" refers to the single mutable working copy of the dataset. - Always present after CreateDataset ingestion completes. - Content changes in-place when examples are added, updated, or deleted. - NOT tracked as a DDB DatasetVersionItem — state lives in S3 (draft/manifest.json, draft/dataset.jsonl) and the DatasetItem.exampleCount field. - Default for read operations when ?datasetVersion is absent.
An integer string (e.g. "1", "2", "3") refers to a published, immutable snapshot created by CreateDatasetVersion. Once created, a published version's content never changes. Stored as a DDB DatasetVersionItem (SK=VERSION#{zero-padded-N}).
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
.