Deploys a SavedModel to CloudML model for online predictions.
cloudml_deploy(export_dir_base, name, version = paste0(name, "_1"),
region = NULL, config = NULL)
A string containing a directory containing an
exported SavedModels. Consider using tensorflow::export_savedmodel()
to export this SavedModel.
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
The region to be used to deploy this model.
A list, YAML
or JSON
configuration file as described
https://cloud.google.com/ml-engine/reference/rest/v1/projects.jobs.
Other CloudML functions: cloudml_predict
,
cloudml_train