Predict using a CloudML SavedModel
Performs a prediction using a CloudML model.
# S3 method for cloudml_prediction
predict_savedmodel(instances, model,
version = NULL, ...)
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 |
version | The version of the CloudML model. |
... | See #' @section Implementations:
|