Values.JobProgressSummarySourceDescribes the total number of tasks that the specified job has started, the number of tasks that succeeded, and the number of tasks that failed.
type nonrec t = {totalNumberOfTasks : JobTotalNumberOfTasks.t option;numberOfTasksSucceeded : JobNumberOfTasksSucceeded.t option;numberOfTasksFailed : JobNumberOfTasksFailed.t option;timers : JobTimers.t option;The JobTimers attribute of a job's progress summary.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of JobTotalNumberOfTasks.t
| `Structure of (string * [> `Long of JobTimeInStateSeconds.t ]) list ])
list ]