I would like to access mlpipeline-metrics
content from another component.
Asked
Active
Viewed 320 times
0

Montenegrodr
- 1,597
- 1
- 16
- 30
1 Answers
1
To fetch metrics from a run:
client = kfp.Client(host=host)
client.get_run(run_id).run.metrics

Montenegrodr
- 1,597
- 1
- 16
- 30