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

[7.x] [ML][Inference] don't return inflated definition when storing trained models (#52573) #52580

Merged
merged 2 commits into from
Feb 21, 2020

Conversation

benwtrent
Copy link
Member

Backports the following commits to 7.x:

… models (elastic#52573)

When `PUT` is called to store a trained model, it is useful to return the newly create model config. But, it is NOT useful to return the inflated definition.

These definitions can be large and returning the inflated definition causes undo work on the server and client side.
@benwtrent benwtrent added :ml Machine learning backport labels Feb 20, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml)

@benwtrent
Copy link
Member Author

run elasticsearch-ci/packaging-sample-matrix-unix

1 similar comment
@benwtrent
Copy link
Member Author

run elasticsearch-ci/packaging-sample-matrix-unix

@benwtrent
Copy link
Member Author

@elasticmachine update branch

@benwtrent
Copy link
Member Author

run elasticsearch-ci/oss-distro-docs

@benwtrent benwtrent merged commit 2a5c181 into elastic:7.x Feb 21, 2020
@benwtrent benwtrent deleted the backport/7.x/pr-52573 branch February 21, 2020 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :ml Machine learning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants