smarie / python-azureml-client

A generic - unofficial - python 2 & 3 client stack for azureML web services
https://smarie.github.io/python-azureml-client/
MIT License
1 stars 1 forks source link

Support "swagger" azureML format in the high-level APIs #5

Closed smarie closed 5 years ago

smarie commented 5 years ago
with client.rr_calls(swagger_format=True):
    client.<service_name>(...)