Values.BatchPutMetricsRequestSourceUsed to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio.
type nonrec t = {trialComponentName : ExperimentEntityName.t;The name of the Trial Component to associate with the metrics. The Trial Component name must be entirely lowercase.
*)metricData : RawMetricDataList.t;A list of raw metric values to put.
*)}val make :
trialComponentName:ExperimentEntityName.t ->
metricData:RawMetricDataList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Integer of Step.t
| `String of MetricName.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of ExperimentEntityName.t ])
list ]