Values.JobStoppingConditionSourceSpecifies limits for how long an Amazon Braket hybrid job can run.
type nonrec t = {maxRuntimeInSeconds : JobStoppingConditionMaxRuntimeInSecondsInteger.t option;The maximum length of time, in seconds, that an Amazon Braket hybrid job can run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of JobStoppingConditionMaxRuntimeInSecondsInteger.t ])
list ]