Python wrapper for the Microsoft Azure Machine Learning webservice endpoint API.
Project description
Python wrapper for the Microsoft Azure Machine Learning webservice endpoint API.
Programmatically create, delete, get and update endpoints for any Azure Machine Learning webservice.
Download
Option 1: Download from PyPi
To install via the Python Package Index (PyPI), type:
pip install PyZureML
Option 2: Clone via Git
To get the source code via Git just type:
git clone git://github.com/marcardioid/PyZureML.git
cd ./PyZureML
python setup.py install
Option 3: Source Zip
Download a zip of the code via GitHub or PyPi. Then, type:
cd ./PyZureML
python setup.py install
Requirements
Python 3.x
Requests
Usage
from PyZureML import endpoints
endpoints.create_endpoint(<locale>, <workspace_id>, <api_token>, <webservice_id>, <endpoint_name>, <description>)
endpoints.delete_endpoint(<locale>, <workspace_id>, <api_token>, <webservice_id>, <endpoint_name>)
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
PyZureML-1.0.5.zip
(6.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyZureML-1.0.5.zip.
File metadata
- Download URL: PyZureML-1.0.5.zip
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2ab8e60ffa0c6acece1c35fd06d59a31e265458a2fcbed0cc924ecf68d9e8d9
|
|
| MD5 |
0ace9fba27ad6559e3acbe81f39e9aa8
|
|
| BLAKE2b-256 |
8482afb22c98e118258fed7c4a084fa7e3d228266b86bbd40a6fb6e6067ec68e
|
File details
Details for the file PyZureML-1.0.5-py3-none-any.whl.
File metadata
- Download URL: PyZureML-1.0.5-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cd195c3a7091d5c8837387e5e82986ba63fdf8514cb77355e3da142888ff6ca
|
|
| MD5 |
90cf38ef70186b8144ca3ee2120bf80a
|
|
| BLAKE2b-256 |
a0b60f9e344a0dafb9a68bdf5057ab3e716f023fff71fd342abe3c5f3fea3088
|