how do i access artifacts in kubeflow runtime?

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.

Leave a Comment

Your email address will not be published.

Scroll to Top