Module Values_0.AutoMLResolvedAttributesSource

The resolved attributes used to configure an AutoML job V2.

Sourcetype nonrec t = {
  1. autoMLJobObjective : AutoMLJobObjective.t option;
  2. completionCriteria : AutoMLJobCompletionCriteria.t option;
  3. autoMLProblemTypeResolvedAttributes : AutoMLProblemTypeResolvedAttributes.t option;
    (*

    Defines the resolved attributes specific to a problem type.

    *)
}
Sourceval make : ?autoMLJobObjective:??? -> ?completionCriteria:??? -> ?autoMLProblemTypeResolvedAttributes:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t