To fetch metrics from a run:
client = kfp.Client(host=host)
client.get_run(run_id).run.metrics
CLICK HERE to find out more related problems solutions.
To fetch metrics from a run:
client = kfp.Client(host=host)
client.get_run(run_id).run.metrics
CLICK HERE to find out more related problems solutions.