File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Azure Machine Learning provides events in the various points of machine learning
37
37
| ` Microsoft.MachineLearningServices.ModelRegistered ` | Raised when a machine learning model is registered in the workspace |
38
38
| ` Microsoft.MachineLearningServices.ModelDeployed ` | Raised when a deployment of inference service with one or more models is completed |
39
39
| ` Microsoft.MachineLearningServices.DatasetDriftDetected ` | Raised when a data drift detection job for two datasets is completed |
40
+ | ` Microsoft.MachineLearningServices.RunStatusChanged ` | Raised when a run status changed, currently only raised when a run status is 'failed' |
40
41
41
42
## Subscribe to Machine Learning events
42
43
@@ -56,6 +57,7 @@ Azure Event Grid supports subject filters based on __begins with__ and __ends wi
56
57
| ` Microsoft.MachineLearningServices.ModelRegistered ` | ` models/{modelName}:{modelVersion} ` | ` models/sklearn_regression_model:3 ` |
57
58
| ` Microsoft.MachineLearningServices.ModelDeployed ` | ` endpoints/{serviceId} ` | ` endpoints/my_sklearn_aks ` |
58
59
| ` Microsoft.MachineLearningServices.DatasetDriftDetected ` | ` datadrift/{data.DataDriftId}/run/{data.RunId} ` | ` datadrift/4e694bf5-712e-4e40-b06a-d2a2755212d4/run/my_driftrun1_1550564444_fbbcdc0f ` |
60
+ | ` Microsoft.MachineLearningServices.RunStatusChanged ` | ` experiments/{ExperimentId}/runs/{RunId} ` | ` experiments/b1d7966c-f73a-4c68-b846-992ace89551f/runs/my_exp1_1554835758_38dbaa94 ` |
59
61
60
62
### Advanced filtering
61
63
You can’t perform that action at this time.
0 commit comments