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.
update_local_webservice(
webservice,
models = NULL,
deployment_config = NULL,
wait = FALSE,
inference_config = NULL
)
The LocalWebservice
object.
A list of Model
objects to package into the updated service.
A LocalWebserviceDeploymentConfiguration
to
apply to the web service.
If TRUE
, wait for the service's container to reach a
healthy state. Defaults to FALSE
.
An InferenceConfig
object.
None