Values.StopIngestionJobRequestSourceStops a currently running data ingestion job. You can send a StartIngestionJob request again to ingest the rest of your data when you are ready.
type nonrec t = {knowledgeBaseId : Id.t;The unique identifier of the knowledge base for the data ingestion job you want to stop.
*)dataSourceId : Id.t;The unique identifier of the data source for the data ingestion job you want to stop.
*)ingestionJobId : Id.t;The unique identifier of the data ingestion job you want to stop.
*)}