Description Usage Arguments Value
View source: R/webservice-local.R
Update a local web service with the provided properties. You can update the web service to use a new model, a new entry script, or new dependencies that can be specified in an inference configuration.
Values left as NULL
will remain unchanged in the service.
1 2 3 4 5 6 7 | update_local_webservice(
webservice,
models = NULL,
deployment_config = NULL,
wait = FALSE,
inference_config = NULL
)
|
webservice |
The |
models |
A list of |
deployment_config |
A |
wait |
If |
inference_config |
An |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.