reload_local_webservice_assets {azuremlsdk} | R Documentation |
Reload a local web service's entry script and dependencies
Description
This restarts the service's container with copies of updated assets,
including the entry script and local dependencies, but it does not
rebuild the underlying image. Accordingly, changes to the environment
will not be reflected in the reloaded local web service. To handle those
changes call update_local_webservice()
instead.
Usage
reload_local_webservice_assets(webservice, wait = FALSE)
Arguments
webservice |
The |
wait |
If |
Value
None
[Package azuremlsdk version 1.10.0 Index]