Values_0.AutoMLResolvedAttributesSourceThe resolved attributes used to configure an AutoML job V2.
type nonrec t = {autoMLJobObjective : AutoMLJobObjective.t option;completionCriteria : AutoMLJobCompletionCriteria.t option;autoMLProblemTypeResolvedAttributes : AutoMLProblemTypeResolvedAttributes.t
option;Defines the resolved attributes specific to a problem type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of MaxCandidates.t
| `Structure of
(string * [> `Enum of string | `String of BaseModelName.t ])
list ])
list ])
list ]