Perform online prediction over a CloudML model, usually, created using
cloudml_deploy()
cloudml_predict(instances, name, version = paste0(name, "_1"),
verbose = FALSE)
A list of instances to be predicted. While predicting a single instance, list wrapping this single instance is still expected.
The name for this model (required)
The version for this model. Versions start with a letter and contain only letters, numbers and underscores. Defaults to name_1
Should additional information be reported?
Other CloudML functions: cloudml_deploy
,
cloudml_train