Skip to content

Commit f7de8d9

Browse files
committed
update mdc v1 limitation
1 parent 00f3e1b commit f7de8d9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/machine-learning/how-to-manage-quotas.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ Azure Machine Learning kubernetes online endpoints have limits described in the
135135
| Deployment name| Deployment names must <li> Begin with a letter <li> Be 3-32 characters in length <li> Only consist of letters and numbers <sup>1</sup> |
136136
| Number of endpoints per subscription | 50 |
137137
| Number of deployments per subscription | 200 |
138-
| Number of endpoints per cluster | 20 |
139-
| Number of deployments per cluster | 200 |
140138
| Number of deployments per endpoint | 20 |
141139
| Max request time-out at endpoint level | 300 seconds |
142140

articles/machine-learning/v1/how-to-enable-data-collection.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 08/16/2022
1212
ms.topic: how-to
1313
ms.custom: UpdateFrequency5, data4ml, sdkv1, event-tier1-build-2022
1414
---
15-
# Collect data from models in production (preview)
15+
# Collect data from models in production
1616

1717
[!INCLUDE [sdk v1](../../../includes/machine-learning-sdk-v1.md)]
1818

@@ -28,6 +28,10 @@ Once collection is enabled, the data you collect helps you:
2828

2929
* Retrain your model with the collected data.
3030

31+
## Limitations
32+
33+
* The model data collection feature can only work with Ubuntu 18.04 image.
34+
3135
>[!NOTE]
3236
> The data collection feature is currently in preview, any preview features are not recommended for production workloads.
3337

0 commit comments

Comments
 (0)