How to retrieve the model name and version from MLW online endpoint?

Demet Sude Saplik 36 Reputation points
2024-04-04T11:48:44.6+00:00

Hi,

I have an online endpoint in machine learning workspace. I use REST API to call the endpoint. Additionally, I would like to retrieve the model name and version that is used by the online point. Is there a way to do it via REST API?

Thank you!

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

1 answer

Sort by: Most helpful
  1. Minh T 0 Reputation points
    2024-04-22T22:06:12.7666667+00:00

    I finally found out how to get the list of online endpoints. The only thing that worked for me is to switch to the modelmanagement api instead of the general management api documented by Microsoft at the Online Endpoints - List.

    More details can be found here - Drill down into workspaces and their resources

    The page discusses how you need to switch to specific modelmanagement api provided by a discoveryUrl.

    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.