Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LUIS training Rest Endpoint is broken #17

Open
Sakshams opened this issue Jul 5, 2018 · 1 comment
Open

LUIS training Rest Endpoint is broken #17

Sakshams opened this issue Jul 5, 2018 · 1 comment

Comments

@Sakshams
Copy link

Sakshams commented Jul 5, 2018

Whenever I try to train my new LUIS app using REST APIs it always sends the response:
{
"statusId": 9,
"status": "Queued"
}

It never trains the App.
I also tried to test it here :
https://westus.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/5890b47c39e2bb052c5b9c45/console

And the same response. It never trains.

@guidotorresmx
Copy link

try with async_training = client.train.train_version(app_id, version_id, raw = True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants