We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
But the guide says that even POST can be used.
From the guide,
To create a model send a PUT/POST request to /model/<name>/ with the following URL Query Parameters or JSON Body Arguments...
But the handler creates new models only on PUT. See this.
Is there a reason why we don't allow POST to create new models?
The text was updated successfully, but these errors were encountered:
Since we're deprecating ModelHandler in favor of MLHandler, closing this issue.
Sorry, something went wrong.
No branches or pull requests
But the guide says that even POST can be used.
From the guide,
But the handler creates new models only on PUT. See this.
Is there a reason why we don't allow POST to create new models?
The text was updated successfully, but these errors were encountered: