IngestionJobSummary - Amazon Bedrock

IngestionJobSummary

Contains details about an ingestion job.

Contents

dataSourceId

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

Type: String

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

Required: Yes

ingestionJobId

The unique identifier of the ingestion job.

Type: String

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

Required: Yes

knowledgeBaseId

The unique identifier of the knowledge base to which the data source is added.

Type: String

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

Required: Yes

startedAt

The time at which the ingestion job was started.

Type: Timestamp

Required: Yes

status

The status of the ingestion job.

Type: String

Valid Values: STARTING | IN_PROGRESS | COMPLETE | FAILED

Required: Yes

updatedAt

The time at which the ingestion job was last updated.

Type: Timestamp

Required: Yes

description

The description of the ingestion job.

Type: String

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

Required: No

statistics

Contains statistics for the 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: