Reputation: 25
The documentation says Batch predict get input data from and put results to cloud storage. Considering this, am I able to perform batch predict via REST API call and if so, how will it look like?
Much thanks in advance
Upvotes: 1
Views: 200
Reputation: 209
To perform batch prediction on Cloud ML Engine, this is our documentation: https://cloud.google.com/ml-engine/docs/tensorflow/batch-predict
The api allows for input and output data on google cloud storage.
Upvotes: 1