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