Values.IoTJobRateIncreaseCriteriaSourceContains information about criteria to meet before a job increases its rollout rate. Specify either numberOfNotifiedThings or numberOfSucceededThings.
type nonrec t = {numberOfNotifiedThings : IoTJobNumberOfThings.t option;The number of devices to receive the job notification before the rollout rate increases.
*)numberOfSucceededThings : IoTJobNumberOfThings.t option;The number of devices to successfully run the configuration job before the rollout rate increases.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of IoTJobNumberOfThings.t ]) list ]