|
| 1 | +--- |
| 2 | + |
| 3 | +# required metadata |
| 4 | +title: "Deploy & manage Machine Learning Server web services in Python" |
| 5 | +description: "This class is for SQL Machine Learning Services and Machine Learning Server for managing web services." |
| 6 | +author: "garyericson" |
| 7 | +ms.author: "garye" |
| 8 | +manager: "cgronlun" |
| 9 | +ms.date: 2/16/2018 |
| 10 | +ms.topic: "reference" |
| 11 | +ms.prod: "sql" |
| 12 | +ms.technology: "machine-learning-services" |
| 13 | + |
| 14 | +# optional metadata |
| 15 | +#ROBOTS: "" |
| 16 | +#audience: "" |
| 17 | +#ms.devlang: "" |
| 18 | +#ms.reviewer: "" |
| 19 | +#ms.suite: "" |
| 20 | +#ms.tgt_pltfrm: "" |
| 21 | +#ms.technology: "" |
| 22 | +#ms.custom: "" |
| 23 | +monikerRange: ">=sql-server-2017||>=sql-server-linux-ver15" |
| 24 | +--- |
| 25 | + |
| 26 | +# Machine Learning Server: manage web services with azureml-model-management-sdk |
| 27 | + |
| 28 | +**Applies to: Machine Learning Server, SQL Server 2017** |
| 29 | + |
| 30 | +'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. |
| 31 | + |
| 32 | +This topic 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. |
| 33 | + |
| 34 | +<br/> |
| 35 | + |
| 36 | +| Package details | Information | |
| 37 | +|--------|-| |
| 38 | +| Current version: | 1.0.1b7 | |
| 39 | +| Built on: | [Anaconda](https://www.continuum.io/why-anaconda) distribution of [Python 3.5](https://www.python.org/doc) | |
| 40 | +| Package distribution: | [Machine Learning Server 9.x](/machine-learning-server/what-is-machine-learning-server) </br>[SQL Server 2017 Machine Learning Server (Standalone)](/sql/machine-learning/r/r-server-standalone#whats-new-in-microsoft-machine-learning-server) | |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +## How to use this package |
| 45 | + |
| 46 | +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 is also [available locally on Windows](/machine-learning-server/install/python-libraries-interpreter). When you install these products, you get the full collection of proprietary packages plus a Python distribution with its modules and interpreters. |
| 47 | + |
| 48 | +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. |
| 49 | + |
| 50 | +## Use cases |
| 51 | + |
| 52 | +There are three primary use cases for this release: |
| 53 | + |
| 54 | ++ Adding authentication logic to your Python script |
| 55 | ++ Deploying standard or real-time Python web services |
| 56 | ++ Managing and consuming these web services |
| 57 | + |
| 58 | +## Main classes and functions |
| 59 | + |
| 60 | +* [DeployClient](deploy-client.md) |
| 61 | + |
| 62 | +* [MLServer](mlserver.md) |
| 63 | + |
| 64 | +* [Operationalization](operationalization.md) |
| 65 | + |
| 66 | +* [OperationalizationDefinition](operationalization-definition.md) |
| 67 | + |
| 68 | +* [ServiceDefinition](service-definition.md) |
| 69 | + |
| 70 | +* [RealtimeDefinition](realtime-definition.md) |
| 71 | + |
| 72 | +* [Service](service.md) |
| 73 | + |
| 74 | +* [ServiceResponse](service-response.md) |
| 75 | + |
| 76 | +* [Batch](batch.md) |
| 77 | + |
| 78 | +* [BatchResponse](batch-response.md) |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | +## Next steps |
| 84 | + |
| 85 | +Add both Python modules to your computer by running setup: |
| 86 | + |
| 87 | ++ Set up [Machine Learning Server](/machine-learning-server/install/machine-learning-server-install) for Python or [Python Machine Learning Services](/sql/machine-learning/install/sql-machine-learning-services-windows-install). |
| 88 | + |
| 89 | +Next, follow this quickstart to try it yourself: |
| 90 | + |
| 91 | ++ [Quickstart: How to deploy Python model as a service](/machine-learning-server/operationalize/python/quickstart-deploy-python-web-service) |
| 92 | + |
| 93 | +Or, read this how-to article: |
| 94 | ++ [How to publish and manage web services in Python](/machine-learning-server/operationalize/python/how-to-deploy-manage-web-services) |
| 95 | + |
| 96 | + |
| 97 | +## See also |
| 98 | + |
| 99 | ++ [Library Reference](/machine-learning-server/python-reference/introducing-python-package-reference) |
| 100 | + |
| 101 | ++ [Install Machine Learning Server](/machine-learning-server/what-is-machine-learning-server) |
| 102 | + |
| 103 | ++ [Install the Python interpreter and libraries on Windows](/machine-learning-server/install/python-libraries-interpreter) |
| 104 | + |
| 105 | ++ [How to authenticate in Python with this package](/machine-learning-server/operationalize/python/how-to-authenticate-in-python) |
| 106 | + |
| 107 | ++ [How to list, get, and consume services in Python with this package](/machine-learning-server/operationalize/python/how-to-consume-web-services) |
0 commit comments