MetricColumn
data class MetricColumn(val label: String, val metric: Metric?, val format: String = "%.4f") : ResultColumn
A result column that displays a Metric value with a specified format.
A result column that displays a Metric value with a specified format.