Accessing endpoint URL of CLU (Prediction URL )

Manoj Kumar 40 Reputation points
2023-04-12T13:09:19.3466667+00:00

HI Team, After the deployment job is completed successfully, I have clicked on Get prediction URL and copy the sample request URL and when i try to hit the URL from browser, i am getting 404 Resource not found. Could you please let us know how to access the url. Can we upload JSON entity file to CLU entity section, as we have option in LUIS to upload JSON entities files

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

Accepted answer
  1. YutongTie-MSFT 53,331 Reputation points
    2023-04-13T00:46:33.4933333+00:00

    Hello @Monoj Kumar Thanks for reaching out to us, I just tested on my end, and I am able to make it work. There are some tips based on my experience since it took me some time to figure it out too.

    First, please test your deployment to see if this deployment is working normally - User's image

    If you can get an expect result from the testing, then go to your "Deploying a model" panel - You need to edit the Query Language and Your Query before your run it in your command line -
    User's image

    I am able to get the result in my command as below {"kind":"ConversationResult","result":{"query":"I want to fly to NY from Seattl","prediction":{"topIntent":"Bookflight","projectKind":"Conversation","intents":[{"category":"Bookflight","confidenceScore":0.92616874},{"category":"None","confidenceScore":0},{"category":"orderfood","confidenceScore":0}],"entities":[]}}} Please have a try and let me know if this is not working for you still, thanks.

    Regards, Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.


1 additional answer

Sort by: Most helpful
  1. Singh, Kaushal K 0 Reputation points
    2023-05-31T09:08:02.0533333+00:00

    Hi @YutongTie-MSFT - I am also facing issue while trying to get predictions from postman using the prediction url, have tested the deployment on CLU studio, works fine. I have changed 'text' and 'language', however still getting 404 response.

    User's image

    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.