You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending a request to the feedback endpoint of my deployed model, I get a Microservice Error and I see the following in the container log: send_feedback() got an unexpected keyword argument 'routing'.
This is the data payload I'm sending: '{"reward": 1.0, "truth": {"data":{"names":["a","b"],"tensor":{"shape":[2,1],"values":[0,1]}}}, "response": {"data":{"names":["a","b"],"tensor":{"shape":[2,1],"values":[0,1]}}},"request": {"data":{"names":["a","b"],"tensor":{"shape":[2,1],"values":[0,1]}}}}'
The text was updated successfully, but these errors were encountered:
Ahh, yes, I was using an image created from the example here: seldon-core/wrappers/s2i/python/test/model-template-app/MyModel.py
which is out of date. I fixed the send_feedback function signature and it seems to work now. I'm not getting an error, at least. Should I see any kind of response?
When sending a request to the feedback endpoint of my deployed model, I get a Microservice Error and I see the following in the container log: send_feedback() got an unexpected keyword argument 'routing'.
This is the data payload I'm sending: '{"reward": 1.0, "truth": {"data":{"names":["a","b"],"tensor":{"shape":[2,1],"values":[0,1]}}}, "response": {"data":{"names":["a","b"],"tensor":{"shape":[2,1],"values":[0,1]}}},"request": {"data":{"names":["a","b"],"tensor":{"shape":[2,1],"values":[0,1]}}}}'
The text was updated successfully, but these errors were encountered: