Skip to content
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

Emit Argo Events for failed training runs #75

Closed
jmendesky opened this issue Jan 13, 2022 · 0 comments · Fixed by #78
Closed

Emit Argo Events for failed training runs #75

jmendesky opened this issue Jan 13, 2022 · 0 comments · Fixed by #78

Comments

@jmendesky
Copy link
Collaborator

jmendesky commented Jan 13, 2022

Overview

Users of the KFP-Operator want to be informed when the training of a machine learning model has failed. This should be done similarly to how model-update events are triggered.

Notes

  • change existing event name for model updates from model-update to run-completion. This will be a breaking change
  • events should look as follows:
name: run-completion
payload:
  status: failed|succeeded
  pipelineName: <name of the pipeline>
  servingModelArtifact: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant