-
Notifications
You must be signed in to change notification settings - Fork 67
[UI] Add lineage sections to Model Detail views #81
Comments
@zhenghuiwang Can you point me to any guidance or documentation on how we might be able to use the new events API methods you added in #53? For example, using the data in https://kubeflow-v-n00.endpoints.zhenghui-kubeflow-2.cloud.goog:
Then, using the execution_id from the returned event,
Would we then need to go about determining the type of each artifact listed there and retrieving them individually or is there something I am missing? |
You're right. It is a problem: the response doesn't have type info about the artifacts&executions hence you can't retrieve each individual artifact&execution. Proposed fix: I will add response field |
blocked by #84 |
/reopen PR#84 is merged and I've updated our dev KF cluster to master. You should see the artifact&execution map in the ListEvent response now. |
@zhenghuiwang: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind feature |
@jtfogarty: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind feature
/area front-end
Retrieve and display related Data Set and Evaluation metrics for Models.
Mocks
The text was updated successfully, but these errors were encountered: