Values_0.ImageClassificationJobConfigSourceThe collection of settings used by an AutoML job V2 for the image classification problem type.
type nonrec t = {completionCriteria : AutoMLJobCompletionCriteria.t option;How long a job is allowed to run, or how many candidates a job is allowed to generate.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Integer of MaxCandidates.t ]) list ])
list ]