Module Values_1.ResolvedAttributesSource

The resolved attributes.

Sourcetype nonrec t = {
  1. autoMLJobObjective : Values_0.AutoMLJobObjective.t option;
  2. problemType : Values_0.ProblemType.t option;
    (*

    The problem type.

    *)
  3. completionCriteria : Values_0.AutoMLJobCompletionCriteria.t option;
}
Sourceval make : ?autoMLJobObjective:??? -> ?problemType:??? -> ?completionCriteria:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of int ]) 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