Values.StartIngestionJobRequestSourceBegins a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data.
type nonrec t = {knowledgeBaseId : Id.t;The unique identifier of the knowledge base for the data ingestion job.
*)dataSourceId : Id.t;The unique identifier of the data source you want to ingest into your knowledge base.
*)clientToken : ClientToken.t option;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.
*)description : Description.t option;A description of the data ingestion job.
*)}