IngestionJobSummary - Amazon Bedrock

IngestionJobSummary

Contains details about a data ingestion job.

Contents

dataSourceId

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

Type: String

Pattern: ^[0-9a-zA-Z]{10}$

Required: Yes

ingestionJobId

The unique identifier of the data ingestion job.

Type: String

Pattern: ^[0-9a-zA-Z]{10}$

Required: Yes

knowledgeBaseId

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

Type: String

Pattern: ^[0-9a-zA-Z]{10}$

Required: Yes

startedAt

The time the data ingestion job started.

Type: Timestamp

Required: Yes

status

The status of the data ingestion job.

Type: String

Valid Values: STARTING | IN_PROGRESS | COMPLETE | FAILED | STOPPING | STOPPED

Required: Yes

updatedAt

The time the data ingestion job was last updated.

Type: Timestamp

Required: Yes

description

The description of the data ingestion job.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 200.

Required: No

statistics

Contains statistics for the data ingestion job.

Type: IngestionJobStatistics object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: