wait_for_deployment: Wait for a web service to finish deploying

Description Usage Arguments Value See Also

View source: R/webservice.R

Description

Automatically poll on the running web service deployment and wait for the web service to reach a terminal state. Will throw an exception if it reaches a non-successful terminal state.

Typically called after running deploy_model().

Usage

1
wait_for_deployment(webservice, show_output = FALSE)

Arguments

webservice

The LocalWebservice, AciWebservice, or AksWebservice object.

show_output

If TRUE, print more verbose output. Defaults to FALSE.

Value

None

See Also

deploy_model()


azuremlsdk documentation built on Oct. 23, 2020, 8:22 p.m.