add_metric_column# CLIReporter.add_metric_column(metric: str, representation: str | None = None)# Adds a metric to the existing columns. Parameters: metric (str) – Metric to add. This must be a metric being returned in training step results. representation (str | None) – Representation to use in table. Defaults to metric.