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

strData & binData not accepted by Python model microservice #225

Closed
sasvaritoni opened this issue Sep 18, 2018 · 1 comment · Fixed by #321
Closed

strData & binData not accepted by Python model microservice #225

sasvaritoni opened this issue Sep 18, 2018 · 1 comment · Fixed by #321

Comments

@sasvaritoni
Copy link
Contributor

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.

@ukclivecox
Copy link
Contributor

Certainly something we should try to fix to allow this path through the API. We will look into it.

agrski pushed a commit that referenced this issue Dec 2, 2022
* add tracing configuration

* add helm chart updates

* add initial shceduler tracing

* review fixes

* review comments - interface and config semantics

* review fixes
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

Successfully merging a pull request may close this issue.

2 participants