Search code examples
kubeflowkubeflow-pipelines

How to access artifacts in Kubeflow runtime?


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


Solution

  • To fetch metrics from a run:

    client = kfp.Client(host=host)
    client.get_run(run_id).run.metrics