Values.StoppingConditionSourceThe criteria used to stop model training.
type nonrec t = {maxRuntimeInSeconds : StoppingConditionMaxRuntimeInSecondsInteger.t option;The maximum amount of time, in seconds, that model training can run before it is terminated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of StoppingConditionMaxRuntimeInSecondsInteger.t ])
list ]