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

hosted model "sample.languageid" disappeared #40

Open
GoogleCodeExporter opened this issue Feb 1, 2016 · 0 comments
Open

hosted model "sample.languageid" disappeared #40

GoogleCodeExporter opened this issue Feb 1, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

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

No branches or pull requests

1 participant