Values.DataProcessingDetailsSourceFor a Distillation job, the status details for the data processing sub-task of the job.
type nonrec t = {status : JobStatusDetails.t option;The status of the data processing sub-task of the job.
*)creationTime : Timestamp.t option;The start time of the data processing sub-task of the job.
*)lastModifiedTime : Timestamp.t option;The latest update to the data processing sub-task of the job.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ]