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

[REST] Introduce scoring warnings in response payload #165

Open
mmalohlava opened this issue Apr 2, 2020 · 1 comment
Open

[REST] Introduce scoring warnings in response payload #165

mmalohlava opened this issue Apr 2, 2020 · 1 comment

Comments

@mmalohlava
Copy link
Member

The rest api should return warning (for example, missing value) as a part of JSON response. The capability should be controlled by request (e.g., user has to explicitly ask to include warning in response).

Actions:
(1) modify IDL to include optional payload in response to contain list of warnings (strings)
(2) modify IDL to include a flag in request to control presense of (1) in response

Follow up actions:
(1) modify MOJO to be report any interesting in pipeline (e.g., missing value, or implicit cast from string to int)

CC: @nkpng2k - let's keep this one for some intern.

@mmalohlava mmalohlava changed the title [REST] Introduce warning ins JSON output [REST] Introduce warnings in JSON output Apr 2, 2020
@mmalohlava mmalohlava changed the title [REST] Introduce warnings in JSON output [REST] Introduce warnings in response payload Apr 2, 2020
@mmalohlava mmalohlava changed the title [REST] Introduce warnings in response payload [REST] Introduce scoring warnings in response payload Apr 2, 2020
@mmalohlava
Copy link
Member Author

CC: @pratapram

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant