Skip to content

Commit a61e5b1

Browse files
committed
adding info per PM
1 parent e069516 commit a61e5b1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/machine-learning/how-to-migrate-from-v1.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: core
88
ms.topic: how-to
99
author: sdgilley
1010
ms.author: sgilley
11-
ms.date: 10/14/2024
11+
ms.date: 02/03/2025
1212
ms.reviewer: paulsh
1313
ms.custom: devplatv2, devx-track-python
1414
monikerRange: 'azureml-api-2 || azureml-api-1'
@@ -19,6 +19,13 @@ monikerRange: 'azureml-api-2 || azureml-api-1'
1919

2020
Azure Machine Learning's v2 REST APIs, Azure CLI extension, and Python SDK introduce consistency and a set of new features to accelerate the production machine learning lifecycle. This article provides an overview of upgrading to v2 with recommendations to help you decide on v1, v2, or both.
2121

22+
> [!IMPORTANT]
23+
> The designations "v1" and "v2" refer to the API, SDK, and CLI extension used by clients to interact with the service, and not the Azure Machine Learning service itself. There is no upgrade process for the service or your existing workspaces, only for your client code. Your Azure Machine Learning workspaces can be used with both the v1 and v2 APIs. However, new features will only be available through the v2 APIs.
24+
>
25+
> For example, if you want to use the managed online endpoints feature in Azure Machine Learning, you must use the v2 APIs. If you have existing Python code that deploys models using the v1 SDK, the code would need to be rewritten (or new code developed) against the v2 SDK to use the managed online endpoints feature.
26+
>
27+
> For more information on v2, see [what is v2?](concept-v2.md?view=azureml-api-2&preserve-view=true). For a mapping of differences between v1 and v2 SDKs, with links to articles with example code, see [Mapping of Python SDK v1 to v2](#mapping-of-python-sdk-v1-to-v2).
28+
2229
## Prerequisites
2330

2431
- General familiarity with Azure Machine Learning and the v1 Python SDK.

0 commit comments

Comments
 (0)