You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. All Versions > Prediction API v1.2 > prediction.hostedmodels.predict
2. hostedModelName: sample.languageid
3. Request body
{
"input":
{
"csvInstance":
[
"hello, this is English"
]
}
}
What is the expected output?
A language prediction, such as "English"
What do you see instead?
Error. Same error in versions 1.2, 1.4, and 1.5
404 Not Found
- Show headers -
{
"error": {
"errors": [
{
"domain": "global",
"reason": "notFound",
"message": "No model found. Model must first be trained."
}
],
"code": 404,
"message": "No model found. Model must first be trained."
}
}
What version of the product are you using? On what operating system?
Please provide any additional information below.
This model seems to have disappeared several days ago. Perhaps result of some
changes?
Original issue reported on code.google.com by misha....@gmail.com on 3 Jun 2012 at 2:07
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
misha....@gmail.com
on 3 Jun 2012 at 2:07The text was updated successfully, but these errors were encountered: