Module Values_0.AutoMLCandidatesSource

Sourcetype nonrec t = AutoMLCandidate.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : AutoMLCandidate.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Map of ([> `String of EnvironmentKey.t ] * [> `String of EnvironmentValue.t ]) list | `String of CandidateStepArn.t ]) list ] list | `Map of ([> `Enum of string ] * [> `List of [> `Structure of (string * [> `Map of ([> `String of EnvironmentKey.t ] * [> `String of EnvironmentValue.t ]) list | `String of ContainerImage.t ]) list ] list ]) list | `String of CandidateName.t | `Structure of (string * [> `Enum of string | `Float of MetricValue.t | `List of [> `Structure of (string * [> `Enum of string | `Float of Float_.t ]) list ] list | `Structure of (string * [> `String of ExplainabilityLocation.t ]) list ]) list | `Timestamp of Timestamp.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> AutoMLCandidate.t list
Sourceval of_json : [> Yojson.Safe.t ] -> AutoMLCandidate.t list