Values_0.CandidatePropertiesSourceThe properties of an AutoML candidate job.
type nonrec t = {candidateArtifactLocations : CandidateArtifactLocations.t option;The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
*)candidateMetrics : MetricDataList.t option;Information about the candidate metrics for an AutoML job.
*)}val 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 ]