Values.ServiceJobPreemptionSummarySourceSummarizes the preemptions of the service job. This field appears on a service job when it has been preempted.
type nonrec t = {preemptedAttemptCount : Integer.t option;The total number of times the service job has been preempted.
*)recentPreemptedAttempts : ServiceJobRecentPreemptedAttemptList.t option;A list of the most recent preemption attempts for the service job.
*)}