IngestionJob - Amazon Bedrock

IngestionJob

Contains details about an ingestion job, which converts a data source to embeddings for a vector store in knowledge base.

This data type is used in the following API operations:

Contents

dataSourceId

The unique identifier of the ingested data source.

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 being added.

Type: String

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

Required: Yes

startedAt

The time at which the ingestion job 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

failureReasons

A list of reasons that the ingestion job failed.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 2048 items.

Length Constraints: Minimum length of 0. Maximum length of 2048.

Required: No

statistics

Contains statistics about 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: