Values.MetricQueryResultSourceThe result of a query to retrieve training metrics from SageMaker.
type nonrec t = {status : MetricQueryResultStatus.t option;The status of the metric query.
*)message : Message.t option;A message describing the status of the metric query.
*)xAxisValues : XAxisValues.t option;The values for the x-axis of the metrics.
*)metricValues : MetricValues.t option;The metric values retrieved by the query.
*)}