From e131636716158963a9d9b74615e9d3a13769aa2b Mon Sep 17 00:00:00 2001 From: helenxie-bit Date: Sat, 24 Aug 2024 06:56:55 +0800 Subject: [PATCH] rerun tests Signed-off-by: helenxie-bit --- sdk/python/v1beta1/kubeflow/katib/api/katib_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/v1beta1/kubeflow/katib/api/katib_client.py b/sdk/python/v1beta1/kubeflow/katib/api/katib_client.py index d46d6a18946..bb4671c5345 100644 --- a/sdk/python/v1beta1/kubeflow/katib/api/katib_client.py +++ b/sdk/python/v1beta1/kubeflow/katib/api/katib_client.py @@ -743,7 +743,7 @@ class name in this argument. ) # Add metrics collector to the Katib Experiment. - # Specify metrics format for the collector, for example: 'train_loss':0.846 + # Specify metrics format for the collector. For example: 'train_loss':0.846 experiment.spec.metrics_collector_spec = models.V1beta1MetricsCollectorSpec( collector=models.V1beta1CollectorSpec( kind=metrics_collector_config["kind"]