-
Notifications
You must be signed in to change notification settings - Fork 834
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
Feedback method is not handled in the engine's REST API #1825
Comments
Yes, this is missing from the go executor REST and should be added. It is available presently in gRPC. |
ukclivecox
added
priority/p1
and removed
triage
Needs to be triaged and prioritised accordingly
labels
May 13, 2020
qrtt1
added a commit
to InfuseAI/primehub-controller
that referenced
this issue
Mar 18, 2021
Reference: Feedback method is not handled in the engine's REST API #1825 SeldonIO/seldon-core#1825 Signed-off-by: Ching Yi, Chan <[email protected]>
2 tasks
qrtt1
added a commit
to InfuseAI/primehub
that referenced
this issue
Mar 18, 2021
Reference: Feedback method is not handled in the engine's REST API #1825 SeldonIO/seldon-core#1825 Signed-off-by: Ching Yi, Chan <[email protected]>
2 tasks
qrtt1
added a commit
to InfuseAI/primehub-controller
that referenced
this issue
Mar 18, 2021
Reference: Feedback method is not handled in the engine's REST API #1825 SeldonIO/seldon-core#1825 Signed-off-by: Ching Yi, Chan <[email protected]>
qrtt1
added a commit
to InfuseAI/primehub
that referenced
this issue
Mar 18, 2021
Reference: Feedback method is not handled in the engine's REST API #1825 SeldonIO/seldon-core#1825 Signed-off-by: Ching Yi, Chan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Normally, the
/api/v1.0/feedback
(or/api/v0.1/feedback
) should be handled so that we can make requests through the Seldon engine - as advertised in the documentation here via the external API.We are able to use
/predictions
and/send-feedback
(for calling the microservice API), both working as expected.However, in the current server.go implementation there is no specification regarding feedback, resulting in 404 errors in our environment when trying to use the external API.
Please add or guide us if we are misusing the API :)
thank you
The text was updated successfully, but these errors were encountered: