Skip to main content

Microsoft Azure Azure AI control plane SDK Client Library for Python

Project description

Azure AI Resources Package client library for Python

The Azure AI Resources package is part of the Azure AI SDK for Python and contains functionality for connecting to and managing your Azure AI resources and projects. Within your Azure AI projects it provides control plane operations for creating and managing data, indexes, models and deployments.

Source code | Package (PyPI) | API reference documentation | Product documentation | [Samples][ml_samples]

This package has been tested with Python 3.7, 3.8, 3.9 and 3.10.

For a more complete set of Azure libraries, see https://aka.ms/azsdk/python/all.

Getting started

Prerequisites

Install the package

Install the Azure AI generative package for Python with pip:

pip install azure-ai-resources
pip install azure-identity

Authenticate the client

from azure.ai.resources.client import AIClient
from azure.identity import DefaultAzureCredential

ai_client = AIClient(credential=DefaultAzureCredential(), subscription_id='subscription_id',
                     resource_group_name='resource_group', project_name='project_name')

Key concepts

Use this library within your Azure AI projects to provide control plane operations for creating and managing data, indexes, models and deployments.

Examples

View our samples repository on GitHub for examples demonstrating how to use the Azure AI Generative Python SDK.

Troubleshooting

General

Azure AI clients raise exceptions defined in Azure Core.

from azure.core.exceptions import HttpResponseError

try:
    ai_client.compute.get("cpu-cluster")
except HttpResponseError as error:
    print("Request failed: {}".format(error.message))

Logging

This library uses the standard logging library for logging. Basic information about HTTP sessions (URLs, headers, etc.) is logged at INFO level.

Detailed DEBUG level logging, including request/response bodies and unredacted headers, can be enabled on a client with the logging_enable argument.

See full SDK logging documentation with examples here.

Telemetry

The Azure AI Generative Python SDK includes a telemetry feature that collects usage and failure data about the SDK and sends it to Microsoft when you use the SDK in a Jupyter Notebook only. Telemetry will not be collected for any use of the Python SDK outside of a Jupyter Notebook.

Telemetry data helps the SDK team understand how the SDK is used so it can be improved and the information about failures helps the team resolve problems and fix bugs. The SDK telemetry feature is enabled by default for Jupyter Notebook usage and cannot be enabled for non-Jupyter scenarios. To opt out of the telemetry feature in a Jupyter scenario, set the environment variable "AZURE_AI_RESOURCES_ENABLE_LOGGING" to "False".

Next steps

View our samples repository on GitHub for examples demonstrating how to use the Azure AI Generative Python SDK.

Contributing

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.

Impressions

Release History

1.0.0b2 (2023-11-30)

Other Changes

  • Dependency improvements.

1.0.0b1 (2023-11-10)

Features Added

  • First preview.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure-ai-resources-1.0.0b2.tar.gz (482.2 kB view details)

Uploaded Source

Built Distribution

azure_ai_resources-1.0.0b2-py3-none-any.whl (744.8 kB view details)

Uploaded Python 3

File details

Details for the file azure-ai-resources-1.0.0b2.tar.gz.

File metadata

  • Download URL: azure-ai-resources-1.0.0b2.tar.gz
  • Upload date:
  • Size: 482.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: RestSharp/106.13.0.0

File hashes

Hashes for azure-ai-resources-1.0.0b2.tar.gz
Algorithm Hash digest
SHA256 7fc72d52f379def85ac28efeceef36b06ec7bc35a58591fefbecff1f8f2a1353
MD5 1ac19db72c52615f3fb7434c7825f3fd
BLAKE2b-256 a069b644053c6446196028e1f5dd6bd4254159959d550d82598b56f852b8232d

See more details on using hashes here.

File details

Details for the file azure_ai_resources-1.0.0b2-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_ai_resources-1.0.0b2-py3-none-any.whl
Algorithm Hash digest
SHA256 c3d153b52759de57d1a44eab69aee4a11898baec7d1ffbe434f56eb6bcdc6a55
MD5 ef2ba476bfc78d177a5810f89fd27a65
BLAKE2b-256 0d06f4b7df736b1bf3aa3f9f8c36c473741df746c318065fc8590dd95540060b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page