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

status code in response missing. Seldon v 0.2.3 #519

Closed
klalit opened this issue Apr 18, 2019 · 1 comment
Closed

status code in response missing. Seldon v 0.2.3 #519

klalit opened this issue Apr 18, 2019 · 1 comment

Comments

@klalit
Copy link
Contributor

klalit commented Apr 18, 2019

In the response below cannot see the status code

curl -X POST -H 'Content-Type: application/json' -d '{"meta":{"puid":"test" }, "data": {"names": ["input_filepath"],"ndarray": ["s3://test.txt"]}}' http://mydomain.com/seldon/test/api/v0.1/predictions

{
"meta": {
"puid": "test",
"tags": {
},
"routing": {
}
},
"data": {
"names": ["t:0", "t:1"],
"ndarray": []
}

@ukclivecox
Copy link
Contributor

The HTTP status code is not provide in the meta data itself. You can view it in curl with curl -v

@klalit klalit closed this as completed Jun 25, 2019
agrski pushed a commit that referenced this issue Dec 2, 2022
* add huggingface as runtime and example

* Huggingface Speech to Sentiment example

* extend hugging face example

* Finish notebook with explanations

* updates to markdown

* Add explainer docs

* small update to explainer docs

* update example

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

No branches or pull requests

2 participants