It seems the prediction resource is moved in Azure portal. You can unpublish the iteration and publish it to another prediction resource.

Benjamin Charlton 26 Reputation points
2021-06-06T15:07:08.167+00:00

I am fairly new to Azure. Inside Azure Cognitive Services, after training a new model, I navigate to the Predictions tab and click the View Endpoint button to see if I can consume my model via the API.

I see the error message:

How to use the Prediction API
It seems the prediction resource is moved in Azure portal. You can unpublish the iteration and publish it to another prediction resource.

I clicked the Got It button but I definitely have not "got it".
I found this issue on GitHub, which is the same as mine, but the person posting that issue figured out what was wrong himself, whereas I have no idea what I did wrong or how to fix it.

I doubt that I moved the resource in Azure portal (like the error message says) because I don't know how to do that.
Does anybody know what I might have done wrong and how I can test my model please?

Much appreciate any guidance.

Thank you
Benjamin

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,866 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 46,476 Reputation points Microsoft Employee
    2021-06-07T07:52:01.557+00:00

    @Benjamin Charlton Did you create a prediction resource for your iteration or project that can be first published?
    If you have not performed this step you should navigate to the Performance tab and hit publish.

    Before that ensure you create a new prediction resource in the same region as your training resource. This can be done by navigating to your custom vision settings page from the home screen.

    Creating Prediction resource:

    102935-image.png

    During Publish:

    102849-image.png

    You can now check your prediction URL or endpoint and use it for testing. Thanks.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

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.