Values.IngestionJobSummarySourceContains details about a data ingestion job.
type nonrec t = {knowledgeBaseId : Id.t option;The unique identifier of the knowledge base for the data ingestion job.
*)dataSourceId : Id.t option;The unique identifier of the data source for the data ingestion job.
*)ingestionJobId : Id.t option;The unique identifier of the data ingestion job.
*)description : Description.t option;The description of the data ingestion job.
*)status : IngestionJobStatus.t option;The status of the data ingestion job.
*)startedAt : DateTimestamp.t option;The time the data ingestion job started.
*)updatedAt : DateTimestamp.t option;The time the data ingestion job was last updated.
*)statistics : IngestionJobStatistics.t option;Contains statistics for the data ingestion job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Id.t
| `Structure of (string * [> `Long of PrimitiveLong.t ]) list
| `Timestamp of DateTimestamp.t ])
list ]