cloudml_deploy {cloudml} | R Documentation |
Deploy SavedModel to CloudML
Description
Deploys a SavedModel to CloudML model for online predictions.
Usage
cloudml_deploy(export_dir_base, name, version = paste0(name, "_1"),
region = NULL, config = NULL)
Arguments
export_dir_base |
A string containing a directory containing an
exported SavedModels. Consider using |
name |
The name for this model (required) |
version |
The version for this model. Versions start with a letter and contain only letters, numbers and underscores. Defaults to name_1 |
region |
The region to be used to deploy this model. |
config |
A list, |
See Also
Other CloudML functions: cloudml_predict
,
cloudml_train
[Package cloudml version 0.6.1 Index]