Skip to content

Commit 74821a8

Browse files
committed
concept deployments
1 parent 05a320d commit 74821a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-model-management-and-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: s-polly
1010
ms.author: scottpolly
1111
ms.reviewer: sehan
1212
ms.custom: mktng-kw-nov2021, FY25Q1-Linter
13-
ms.date: 09/25/2024
13+
ms.date: 10/06/2025
1414
#Customer intent: As a data scientist, I want to understand how MLOps can help manage the lifecycle of my models so I can improve the quality and consistency of my machine learning solutions.
1515
---
1616

@@ -64,7 +64,7 @@ Model registration stores and versions your models in your Azure Machine Learnin
6464

6565
A registered model is a logical container for one or more files that make up your model. For example, if your model is stored in multiple files, you can register the files as a single model in your Azure Machine Learning workspace. After registration, you can download or deploy the registered model and receive all the component files.
6666

67-
You can also register models that are trained outside of Azure Machine Learning. Azure Machine Learning supports any model that can be loaded by using Python 3.5.2 or higher.
67+
You can also register models that are trained outside of Azure Machine Learning. Azure Machine Learning supports any model that can be loaded by using Python 3.10 or higher.
6868

6969
You identify registered models by name and version. Whenever you register a model with the same name as an existing model, the registry increments the version number.
7070

0 commit comments

Comments
 (0)