Predict using a Web API
Performs a prediction using a Web API providing a SavedModel.
# S3 method for webapi_prediction
predict_savedmodel(instances, model, ...)
Arguments
instances | A list of prediction instances to be passed as input tensors to the service. Even for single predictions, a list with one entry is expected. |
model | The model as a local path, a REST url, CloudML name or graph object. A local path can be exported using Notice that predicting over a CloudML model requires a A |
... | See #' @section Implementations:
|