Lucas Bonatto Miguel created MARVIN-77:
------------------------------------------
Summary: Allow predictor result to be a json
Key: MARVIN-77
URL: https://issues.apache.org/jira/browse/MARVIN-77
Project: Apache Marvin
Issue Type: Improvement
Reporter: Lucas Bonatto Miguel
Currently, the result of a POST request to /predictor is whatever result of the
predictor.py `execute` method stringfified in the `result` field withing the
response body.
Ideally, our users should be able to return complex JSON types, and the
engine-executor should serve the JSON itself, instead of a string.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)