Skip to content

Bedrock Agent  >  Structures  >  IngestionJobSummary

IngestionJobSummary

Structure Class

IngestionJobSummary dataclass

Contains details about a data ingestion job.

Attributes

data_source_id instance-attribute
data_source_id: str

The unique identifier of the data source for the data ingestion job.

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

The description of the data ingestion job.

ingestion_job_id instance-attribute
ingestion_job_id: str

The unique identifier of the data ingestion job.

knowledge_base_id instance-attribute
knowledge_base_id: str

The unique identifier of the knowledge base for the data ingestion job.

started_at instance-attribute
started_at: datetime

The time the data ingestion job started.

statistics class-attribute instance-attribute
statistics: IngestionJobStatistics | None = None

Contains statistics for the data ingestion job.

status instance-attribute

The status of the data ingestion job.

updated_at instance-attribute
updated_at: datetime

The time the data ingestion job was last updated.