I’m trying to deploy my custom predictor in Google cloud AI platform. I have created a version of the model successfully with --enable-logging flag, and previously I have tested the code in local and it’s working properly.
However, when I try to request an online prediction, this returns the following error:
{u'error': u'Prediction failed: unknown error.'}
The Stackdriver logging does not appear any log.
How can i find logs on gcp cloud when i run following prediction command
gcloud ai-platform predict --model gpt_simple --version v1 --json-instances $INPUT_DATA_FILE