-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v2compat] finalize pipeline run MLMD schema #5669
Comments
/assign @capri-xiyue |
b/187556737 |
One problem I found from #5668, is that
For now, we log a custom property called "accuracy" in the artifact, but if we do not know in advance which metric names are logged, we cannot know which custom properties correspond to scalar metrics. Therefore, it seems we need more structured info for metrics. |
SDK allows user to define any mount of See this SDK implementation: https://github.com/kubeflow/pipelines/blob/master/sdk/python/kfp/dsl/io_types.py#L112-L119 In order to visualize this scalar metrics, we need to create a table: one column for metric name, another column for metric value. |
But we also need to distinguish |
Needs further work item breakdown |
* chore(v2): standardize MLMD data model * change context type to system namespace * update sdk snapshots * fix go v2 tests * update * update v2 compat snapshots * fix all samples * fix must specify pipeline root * add artifact display name * add UI rendering of new fields * fix sample tests * let ui read artifact and execution names consistently * fix samples * fix frontend tests * fix sample test * fix last sample * address feedback
TODOs:
Known work items:
kfp.XXX
namespace tosystem.XXX
namespace #5985The text was updated successfully, but these errors were encountered: