0

I would like to access mlpipeline-metrics content from another component.

Montenegrodr
  • 1,597
  • 1
  • 16
  • 30

1 Answers1

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