Values_0.MetricDatumSourceInformation about the metric for a candidate produced by an AutoML job.
type nonrec t = {metricName : AutoMLMetricEnum.t option;The name of the metric.
*)standardMetricName : AutoMLMetricExtendedEnum.t option;The name of the standard metric. For definitions of the standard metrics, see Autopilot candidate metrics .
*)value : Float_.t option;The value of the metric.
*)set : MetricSetSource.t option;The dataset split from which the AutoML job produced the metric.
*)}