Values_0.RetentionMetricsSourceA structure that contains retention metrics for the optimizer run.
type nonrec t = {icebergMetrics : IcebergRetentionMetrics.t option;A structure containing the Iceberg retention metrics for the optimizer run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of DpuHours.t
| `Integer of DpuCounts.t
| `Long of MetricCounts.t ])
list ])
list ]