calling a batch prediction for a model deployed on AIP unified results in an empty results file and a single error file with the following content:
('Post request fails. Cannot get predictions. Error: Unexpected response- {"predictions":[{"data":[{"715":{"0":1}}]}]}.', 1)
This is weird since the error message contains the correct output: {"predictions":[{"data":[{"715":{"0":1}}]}]}
, which means that the prediction ran successfully and was the receiving end was able to read it,
the input is JSONL format and includes only a single instance for test purposes
Any idea?