You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-completionpayload:
status: failed|succeededpipelineName: <name of the pipeline>servingModelArtifact: []
The text was updated successfully, but these errors were encountered:
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
model-update
torun-completion
. This will be a breaking changeThe text was updated successfully, but these errors were encountered: