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
Hello,
Model rest microservice generated from Python models only accept DefaultData ("data") for /predict. strData or binData are not accepted.
According to https://github.com/SeldonIO/seldon-core/blob/master/docs/reference/prediction.md/#proto-buffer-and-grpc-definition strData & binData should also be accepted, and e.g. the Java wrapped model does accept them as expected.
The text was updated successfully, but these errors were encountered:
Certainly something we should try to fix to allow this path through the API. We will look into it.
Sorry, something went wrong.
Tracing config (#225)
e601cae
* add tracing configuration * add helm chart updates * add initial shceduler tracing * review fixes * review comments - interface and config semantics * review fixes
Successfully merging a pull request may close this issue.
Hello,
Model rest microservice generated from Python models only accept DefaultData ("data") for /predict.
strData or binData are not accepted.
According to https://github.com/SeldonIO/seldon-core/blob/master/docs/reference/prediction.md/#proto-buffer-and-grpc-definition strData & binData should also be accepted, and e.g. the Java wrapped model does accept them as expected.
The text was updated successfully, but these errors were encountered: