We have custom models that requires passing mandatory parameter field for prediction.
Now this works for online predictions via endpoint in POST request,
but for batch predictions we have to create jsonl file .
The format of each line in jsonl is something like this
We have custom models that requires passing mandatory parameter field for prediction. Now this works for online predictions via endpoint in POST request, but for batch predictions we have to create jsonl file . The format of each line in jsonl is something like this
etc
This throws below error as parameter field is not present.
We tried adding it too but looks it doesn't work either. Can someone let us know to make it work as I see this as a bug.
Environment details
Python 3.9.1
23.2.1
google-cloud-aiplatform
version:1.33.1
Steps to reproduce
Code example
Stack trace
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!