Skip to content

Commit 0318f30

Browse files
authored
Merge pull request #92586 from davidclarance/patch-1
Update scope of RunStatusChanged event
2 parents db735d1 + 4ff55ac commit 0318f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-use-event-grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Azure Machine Learning provides events in the various points of machine learning
4545
| `Microsoft.MachineLearningServices.ModelRegistered` | Raised when a machine learning model is registered in the workspace |
4646
| `Microsoft.MachineLearningServices.ModelDeployed` | Raised when a deployment of inference service with one or more models is completed |
4747
| `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 |
4949

5050
### Filter & subscribe to events
5151

0 commit comments

Comments
 (0)