Skip to content

Commit 57f9cbd

Browse files
Merge pull request #276526 from msakande/patch-2
Update concept-data-collection.md
2 parents 6a4594f + 9805493 commit 57f9cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-data-collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: devplatv2, event-tier1-build-2023, build-2023
1818

1919
[!INCLUDE [dev v2](includes/machine-learning-dev-v2.md)]
2020

21-
In this article, you'll learn about data collection from models that are deployed to Azure Machine Learning online endpoints.
21+
In this article, you learn about data collection from models that are deployed to Azure Machine Learning online endpoints.
2222

2323
Azure Machine Learning **Data collector** provides real-time logging of input and output data from models that are deployed to managed online endpoints or Kubernetes online endpoints. Azure Machine Learning stores the logged inference data in Azure blob storage. This data can then be seamlessly used for model monitoring, debugging, or auditing, thereby, providing observability into the performance of your deployed models.
2424

@@ -43,7 +43,7 @@ Data collector has the following limitations:
4343
- Data collector only supports logging for online (or real-time) Azure Machine Learning endpoints (Managed or Kubernetes).
4444
- The Data collector Python SDK only supports logging tabular data via pandas DataFrames.
4545

46-
## Next steps
46+
## Related content
4747

4848
- [How to collect data from models in production](how-to-collect-production-data.md)
4949
- [What are Azure Machine Learning endpoints?](concept-endpoints.md)

0 commit comments

Comments
 (0)