-
Notifications
You must be signed in to change notification settings - Fork 835
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
Add options to populate meta data in wrappers foreach API request #86
Comments
At present the python wrapper does not allow people to pass back meta data. seldon-core/proto/prediction.proto Line 38 in 01a104c
|
Each of the _microservice.py modules will need to be updated to add this functionality in https://github.com/SeldonIO/seldon-core/tree/master/wrappers/python |
|
Available now. |
* agent k6 testing helpers * add agent testing scenario * do not readd model to cache if error unload * refactor test with setup and teardown * increase setup timeout * fetch model memory from agent state * mlserver_exp1 * limit number of connections per host for rest rproxy * add clients pool for reverse grpc proxy * reduce number of models in test * fix bug when mem is 0 * add grpc result * tidy up protos * failing test for memory calc * try to lock model on evict * add tx around evict * add a test for evict transaction * fix test and add EndEvict in interface * integrate tx in state manager * simple test to check models passed to mlserver * fix lint and test * remove unused func * fix test * add a delay * tidy up test post merge * remove extra check * add helpers * tests passing * agent test changes * fix to over commit notebook * client tidy up * wire up envoy * rename Evict to StartEvict * add grpc changes * remove versions from incoming request from envoy * remove version from grpc payload * notebook changes (overcommit) * changes for k6
The text was updated successfully, but these errors were encountered: