GithubHelp home page GithubHelp logo

azureml-webservices's Introduction

AzureML-WebServices

Helper code to automate web service creation.

To use this tool:

  1. Run the Predictive Experiment in Azure ML Studio.

  2. Copy the Predictive Experiment URL

  3. Get your workspace auth token (Studio -> Settings -> Auth Token).

  4. Call GetWSD from the commandline with the Experiment URL and Workspace Auth token

Example (Shown as an example of input to the call. This URL will not work for you. You need to replace the expeirment URL with our experiment url, and use your workspace auth token):

c:\yourfoldername\GetWSD https://studio.azureml.net/Home/ViewWorkspaceCached/c79283d685684d84823473fd3ec49a7f#Workspaces/Experiments/Experiment/c79283d685684d8234gc73fd3ec49a7f.f-id.c75a7792c95c451sd09c7e922fe7fbe0b0/ViewExperiment 81e6731ce987dfb8cadd72067d15599 >"c:\yourfoldername\webservicedefintion_output.json"

  1. Edit the json output by adding the Storage Account and CommitmentPlan under the Properties node. For example:

"StorageAccount": { "name": "YourStorageAccountName", "key": "YourStorageAccountKey" }, "CommitmentPlan": { "id": "subscriptions//resourceGroups//providers/Microsoft.MachineLearning/commitmentPlans/<YourPlanName"> }

You can get the Commitment Plan ID from the Web Services UI by clicking on the plan name.

azureml-webservices's People

Contributors

ritwik20 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.