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
Copy file name to clipboardExpand all lines: articles/event-grid/event-schema-machine-learning.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ The data object has the following properties for each event type:
176
176
| -------- | ---- | ----------- |
177
177
| ServiceName | string | The name of the deployed service. |
178
178
| ServiceComputeType | string | The compute type (e.g. ACI, AKS) of the deployed service. |
179
-
| ModelIds | string | A common separated list of model IDs. The IDs of the models deployed in the service. |
179
+
| ModelIds | string | A comma separated list of model IDs. The IDs of the models deployed in the service. |
180
180
| ServiceTags | object | The tags of the deployed service. |
181
181
| ServiceProperties | object | The properties of the deployed service. |
182
182
@@ -210,4 +210,4 @@ The data object has the following properties for each event type:
210
210
* For an introduction to Azure Event Grid, see [What is Event Grid?](overview.md)
211
211
* For more information about creating an Azure Event Grid subscription, see [Event Grid subscription schema](subscription-creation-schema.md)
212
212
* For an introduction to using Azure Event Grid with Azure Machine Learning, see [Consume Azure Machine Learning events](/azure/machine-learning/service/concept-event-grid-integration)
213
-
* For an example of using Azure Event Grid with Azure Machine Learning, see [Create event driven machine learning workflows](/azure/machine-learning/service/event-schema-machine-learning)
213
+
* For an example of using Azure Event Grid with Azure Machine Learning, see [Create event driven machine learning workflows](/azure/machine-learning/service/event-schema-machine-learning)
0 commit comments