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