Skip to content

Update ai-ml-readme.md #1991

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs-ref-services/latest/ai-ml-readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
title: Azure ML Package client library for Python
title: Azure Machine Learning Python SDK v2
keywords: Azure, python, SDK, API, azure-ai-ml, ml
description: Learn about the Azure Machine Learning Python SDK v2 and how you can use it with your ML workflow.
ms.date: 01/20/2025
ms.topic: reference
ms.devlang: python
ms.service: ml
ms.service: azure-machine-learning
---
# Azure ML Package client library for Python - version 1.24.0
# Azure Machine Learning Python SDK v2 - version 1.24.0


We are excited to introduce the GA of Azure Machine Learning Python SDK v2. The Python SDK v2 introduces new SDK capabilities like standalone local jobs, reusable components for pipelines and managed online/batch inferencing. Python SDK v2 allows you to move from simple to complex tasks easily and incrementally. This is enabled by using a common object model which brings concept reuse and consistency of actions across various tasks. The SDK v2 shares its foundation with the CLI v2 which is also GA.
The Azure Machine Learning Python SDK v2 provides SDK capabilities like submitting training jobs, reusable components for pipelines, and managed online/batch inferencing. Python SDK v2 allows you to move from simple to complex tasks easily and incrementally. This is enabled by using a common object model which brings the concept reuse and consistency of actions across various tasks. The SDK v2 shares its foundation with the [Azure CLI extension for Azure Machine Learning v2](/azure/machine-learning/how-to-configure-cli).

[Source code][source_code]
| [Package (PyPI)][ml_pypi]
Expand Down