Module Values_0.CandidatePropertiesSource

The properties of an AutoML candidate job.

Sourcetype nonrec t = {
  1. candidateArtifactLocations : CandidateArtifactLocations.t option;
    (*

    The Amazon S3 prefix to the artifacts generated for an AutoML candidate.

    *)
  2. candidateMetrics : MetricDataList.t option;
    (*

    Information about the candidate metrics for an AutoML job.

    *)
}
Sourceval make : ?candidateArtifactLocations:??? -> ?candidateMetrics:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Float of Float_.t ]) list ] list | `Structure of (string * [> `String of ExplainabilityLocation.t ]) 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