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 LocalWebservice object.

wait

If TRUE, wait for the service's container to reach a healthy state. Defaults to FALSE.

Value

None


[Package azuremlsdk version 1.10.0 Index]