Values.StatisticsSourceProvides processing statistics for a classification job.
type nonrec t = {approximateNumberOfObjectsToProcess : float option;The approximate number of objects that the job has yet to process during its current run.
*)numberOfRuns : float option;The number of times that the job has run.
*)}