Online Endpoint Deployment in Azure ML Studio

Jack McGarry 15 Reputation points
2024-06-13T20:16:55.0333333+00:00

I was using the Azure Machine learning studio yesterday and my endpoints were deployed perfectly. I came back today and I am unable to test my endpoints because "V1 deployment testing is not supported." Does anyone know how to dix this issue

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,042 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. hossein jalilian 9,310 Reputation points
    2024-06-13T23:17:46.2066667+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    Microsoft has introduced a new deployment type called "Managed Online Endpoints" which replaces the previous "V1" deployment method.

    In Azure Machine Learning Studio, go to the "Endpoints" section and click on "Create endpoint" to create a new Managed Online Endpoint. after creating the endpoint, you can deploy your model to this endpoint. You can either deploy a new model or use an existing registered model from your workspace.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful


  2. Subhashish Chakraborty 0 Reputation points
    2024-12-23T14:03:04.69+00:00

    Am very sorry for the delayed reply -- just in case if you are still facing the issue, easiest way to tackle this is to: reach for the JSON schema from Swagger URI mentioned at the bottom of your Details page:

    User's image

    There you would get the strcuture of your JSON input easily:

    User's image

    Click on 'Pretty-print' to get better impression of the structure, and then find the JSON example as shown above.

    Rest part is very simple: copy the above example and try to post it from Postman, with Key values obtained from Endpoint details page.

    It's just an workaround, not an exact solution though :-)

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.