【问题标题】:How to access artifacts in Kubeflow runtime?如何在 Kubeflow 运行时访问工件?
【发布时间】:2021-02-11 19:27:13
【问题描述】:

我想从另一个组件访问mlpipeline-metrics 内容。

【问题讨论】:

    标签: kubeflow kubeflow-pipelines


    【解决方案1】:

    从运行中获取指标:

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

    【讨论】:

      猜你喜欢
      • 2019-06-30
      • 1970-01-01
      • 2022-07-11
      • 1970-01-01
      • 2019-07-01
      • 1970-01-01
      • 2019-05-11
      • 1970-01-01
      • 2011-01-22
      相关资源
      最近更新 更多