artur dinanmitt
artur dinanmitt

Reputation: 25

Using ml-engine batch predict via REST API

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

Answers (1)

Bhupesh
Bhupesh

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

Related Questions