Skip to content

/AWS1/CL_BDA=>STARTINGESTIONJOB()

About StartIngestionJob

Begins an ingestion job, in which a data source is added to a knowledge base.

Method Signature

IMPORTING

Required arguments:

IV_KNOWLEDGEBASEID TYPE /AWS1/BDAID /AWS1/BDAID

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

IV_DATASOURCEID TYPE /AWS1/BDAID /AWS1/BDAID

The unique identifier of the data source to ingest.

Optional arguments:

IV_CLIENTTOKEN TYPE /AWS1/BDACLIENTTOKEN /AWS1/BDACLIENTTOKEN

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.

IV_DESCRIPTION TYPE /AWS1/BDADESCRIPTION /AWS1/BDADESCRIPTION

A description of the ingestion job.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_BDASTRTINGESTIONJOB01 /AWS1/CL_BDASTRTINGESTIONJOB01