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

PUT is mandatory to create a model in ModelHandler #38

Closed
jaidevd opened this issue Nov 4, 2020 · 1 comment
Closed

PUT is mandatory to create a model in ModelHandler #38

jaidevd opened this issue Nov 4, 2020 · 1 comment

Comments

@jaidevd
Copy link
Member

jaidevd commented Nov 4, 2020

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?

@sanand0
Copy link
Contributor

sanand0 commented Nov 26, 2020

Since we're deprecating ModelHandler in favor of MLHandler, closing this issue.

@sanand0 sanand0 closed this as completed Nov 26, 2020
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