Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
SQL Server 2017 (14.x)
Important
The support for Machine Learning Server (previously known as R Server) ended on July 1, 2022. For more information, see What's happening to Machine Learning Server?
azureml-model-management-sdk is a custom Python package developed by Microsoft. This package provides the classes and functions to deploy and interact with analytic web services. These web services are backed by code block and scripts in Python or R.
This article is a high-level description of package functionality. These classes and functions can be called directly. For syntax and other details, see the individual function help topics in the table of contents.
| Package details | Information |
|---|---|
| Current version: | 1.0.1b7 |
| Built on: | Anaconda distribution of Python 3.5 |
| Package distribution: | Machine Learning Server 9.x SQL Server 2017 Machine Learning Server (Standalone) |
How to use this package
The azureml-model-management-sdk package is installed as part of Machine Learning Server and SQL Server 2017 Machine Learning Server (Standalone) when you add Python to your installation. It's also available locally on Windows. When you install these products, you get the full collection of proprietary packages plus a Python distribution with its modules and interpreters.
You can use any Python IDE to write Python scripts that call the classes and functions in azureml-model-management-sdk. However, the script must run on a computer having Machine Learning Server or SQL Server 2017 Machine Learning Server (Standalone) with Python.
Use cases
There are three primary use cases for this release:
- Adding authentication logic to your Python script
- Deploying standard or real-time Python web services
- Managing and consuming these web services
Main classes and functions
- Class DeployClient
- Class MLServer
- Class Operationalization
- Class OperationalizationDefinition
- ServiceDefinition
- Class RealtimeDefinition
- Class Service
- Class ServiceResponse
- Class Batch
- Class BatchResponse
Related content
- Library Reference
- Install Machine Learning Server
- Install the Python interpreter and libraries on Windows
- How to authenticate in Python with this package
- How to list, get, and consume services in Python with this package
- Machine Learning Server
- Install SQL Server Machine Learning Services (Python and R) on Windows
- Quickstart: How to deploy Python model as a service
- How to publish and manage web services in Python