Values_0.FinalAutoMLJobObjectiveMetricSourceThe best candidate result from an AutoML training job.
type nonrec t = {type_ : AutoMLJobObjectiveType.t option;The type of metric with the best result.
*)metricName : AutoMLMetricEnum.t option;The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
*)value : MetricValue.t option;The value of the metric with the best result.
*)standardMetricName : AutoMLMetricEnum.t option;The name of the standard metric. For a description of the standard metrics, see Autopilot candidate metrics.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Float of MetricValue.t ]) list ]