-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
When using components that generate metrics or visualizations, they are not picked up and shown in the Kubeflow Pipelines UI ( https://www.kubeflow.org/docs/components/pipelines/v1/sdk/output-viewer/#v1-sdk-writing-out-metadata-for-the-output-viewers ).
The issue seems to be that Kubeflow Pipelines expects the name of the artifact to be mlpipeline-ui-metadata
or mlpipeline-metrics
whereas Cloud Pipelines Editor names the artifact mlpipeline_ui_metadata
or mlpipeline_metrics
(underscore instead of hyphen). After renaming the artifact, the visualizations and metrics are successfully displayed in the UI.
Thank you for all your work on Cloud Pipelines Editor! It's a great addition to the Kubeflow ecosystem.
Metadata
Metadata
Assignees
Labels
No labels