Skip to content

Bedrock Agentcore Control  >  Structures  >  DatasetSummary

DatasetSummary

Structure Class

DatasetSummary dataclass

Summary information about a dataset.

Attributes

created_at instance-attribute
created_at: datetime

The timestamp when the dataset was created.

dataset_arn instance-attribute
dataset_arn: str

The Amazon Resource Name (ARN) of the dataset.

dataset_id instance-attribute
dataset_id: str

The unique identifier of the dataset.

dataset_name instance-attribute
dataset_name: str

The name of the dataset.

description class-attribute instance-attribute
description: str | None = None

The description of the dataset.

draft_status class-attribute instance-attribute
draft_status: DraftStatus | None = None

Publish synchronization state. Only authoritative when status is ACTIVE.

example_count instance-attribute
example_count: int

The number of examples in the dataset.

schema_type instance-attribute
schema_type: DatasetSchemaType

The schema type of the dataset.

status instance-attribute
status: DatasetStatus

The current status of the dataset.

updated_at instance-attribute
updated_at: datetime

The timestamp when the dataset was last updated.