Values.StatusDetailsSourceFor a Distillation job, the status details for sub-tasks of the job. Possible statuses for each sub-task include the following: NotStarted InProgress Completed Stopping Stopped Failed
type nonrec t = {validationDetails : ValidationDetails.t option;The status details for the validation sub-task of the job.
*)dataProcessingDetails : DataProcessingDetails.t option;The status details for the data processing sub-task of the job.
*)trainingDetails : TrainingDetails.t option;The status details for the training sub-task of the job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ])
list ]