Values_2.TrialComponentMetricSummarySourceA summary of the metrics of a trial component.
type nonrec t = {metricName : Values_0.MetricName.t option;The name of the metric.
*)sourceArn : TrialComponentSourceArn.t option;The Amazon Resource Name (ARN) of the source.
*)timeStamp : Values_0.Timestamp.t option;When the metric was last updated.
*)max : OptionalDouble.t option;The maximum value of the metric.
*)min : OptionalDouble.t option;The minimum value of the metric.
*)last : OptionalDouble.t option;The most recent value of the metric.
*)count : OptionalInteger.t option;The number of samples used to generate the metric.
*)avg : OptionalDouble.t option;The average value of the metric.
*)stdDev : OptionalDouble.t option;The standard deviation of the metric.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of OptionalDouble.t
| `Integer of OptionalInteger.t
| `String of Values_0.MetricName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]