Values.BatchGetMetricsResponseSourceUsed to retrieve training metrics from SageMaker.
type nonrec t = {metricQueryResults : MetricQueryResultList.t option;The results of a query to retrieve training metrics from SageMaker.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]