GetDatasetResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the dataset was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the dataset.

Link copied to clipboard

The unique identifier of the dataset.

Link copied to clipboard

The name of the dataset.

Link copied to clipboard

The resolved version: "DRAFT" (default) or the requested version number.

Link copied to clipboard

The description of the dataset.

Link copied to clipboard

Presigned S3 URL to download the consolidated dataset.jsonl file for the resolved version (DRAFT or published). TTL: 5 minutes. Omitted if the file does not yet exist (e.g. during CREATING) or on presign failure.

Link copied to clipboard

Expiry timestamp for downloadUrl.

Link copied to clipboard

Publish synchronization state. Only authoritative when status == ACTIVE. MODIFIED — DRAFT has unpublished changes (or no published versions yet). UNMODIFIED — DRAFT matches the latest published version exactly.

Link copied to clipboard

Example count for DRAFT.

Link copied to clipboard

Populated when status is CREATE_FAILED, UPDATE_FAILED, or DELETE_FAILED.

Link copied to clipboard

AWS KMS key ARN used for SSE-KMS on service S3 writes, if configured.

Link copied to clipboard

The schema type declared at create time. Immutable after creation.

Link copied to clipboard

The current status of the dataset.

Link copied to clipboard

The tags associated with the dataset.

Link copied to clipboard

The timestamp when the dataset was last updated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String