DatasetVersionSummary
Summary information about a published dataset version.
Types
Properties
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}).
The number of examples in this version.