Values.ServiceJobPreemptionConfigurationSourceSpecifies the service job behavior when preempted.
type nonrec t = {preemptionRetriesBeforeTermination : Integer.t option;The number of times a service job can be retried after it is preempted. A job will be terminated when preemption retries have been exhausted. If this field is unset, preempted jobs will be requeued an unlimited number of times.
*)}