Values.RetryPolicySourceThe retry policy to use for a job run.
type nonrec t = {maxAttempts : AttemptNumber.t option;Maximum number of attempts for the job run. This parameter is only applicable for BATCH mode.
*)maxFailedAttemptsPerHour : RetryPolicyMaxFailedAttemptsPerHourInteger.t option;Maximum number of failed attempts per hour. This [arameter is only applicable for STREAMING mode.
*)}