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
Say I need to set a 'customerId' on every request so that I can track which requests were for which customer.
Presumably I could set the 'meta.tags' section in the SeldonMessage. But how can I do this from within a microservice using the wrapper?
Need to document this as it's relevant to request logging #545
Related #198
The text was updated successfully, but these errors were encountered:
It seems predict_raw is the way to get access to the SeldonMessage (and with it the meta.tags)
https://docs.seldon.io/projects/seldon-core/en/latest/python/python_component.html?highlight=predict_raw#low-level-methods
Sorry, something went wrong.
Including a note in PR #616
cde596a
#616 was merged so closing this issue
set parallel workers to zero for explainers and update notebooks (#632)
bc993b2
* set parallel workers to zero for explainers and update notebooks * update to ensure models don't get parallel workers 0
No branches or pull requests
Say I need to set a 'customerId' on every request so that I can track which requests were for which customer.
Presumably I could set the 'meta.tags' section in the SeldonMessage. But how can I do this from within a microservice using the wrapper?
Need to document this as it's relevant to request logging #545
Related #198
The text was updated successfully, but these errors were encountered: