Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

PyZureML

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

PyZureML

Python wrapper for the Microsoft Azure Machine Learning webservice endpoint API.

  • 1.0.5
  • PyPI
  • Socket score

Maintainers
1

PyZureML


| 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:

.. code-block:: python

    pip install PyZureML

Option 2: Clone via Git
~~~~~~~~~~~~~~~~~~~~~~~

To get the source code via Git just type:

.. code-block:: python

    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:

.. code-block:: python

    cd ./PyZureML
    python setup.py install

Requirements
------------

-  Python 3.x
-  Requests

Usage
-----

.. code-block:: python

    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>)

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc