Values.GetIngestionJobRequestSourceGets information about 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 you want to get information on.
*)dataSourceId : Id.t;The unique identifier of the data source for the data ingestion job you want to get information on.
*)ingestionJobId : Id.t;The unique identifier of the data ingestion job you want to get information on.
*)}