File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Azure Machine Learning provides events in the various points of machine learning
45
45
| ` Microsoft.MachineLearningServices.ModelRegistered ` | Raised when a machine learning model is registered in the workspace |
46
46
| ` Microsoft.MachineLearningServices.ModelDeployed ` | Raised when a deployment of inference service with one or more models is completed |
47
47
| ` Microsoft.MachineLearningServices.DatasetDriftDetected ` | Raised when a data drift detection job for two datasets is completed |
48
- | ` Microsoft.MachineLearningServices.RunStatusChanged ` | Raised when a run status changed, currently only raised when a run status is 'failed' |
48
+ | ` Microsoft.MachineLearningServices.RunStatusChanged ` | Raised when a run status is changed |
49
49
50
50
### Filter & subscribe to events
51
51
You can’t perform that action at this time.
0 commit comments