get_webservice {azuremlsdk} | R Documentation |
Get a deployed web service
Description
Return the corresponding Webservice object of a deployed web service from a given workspace.
Usage
get_webservice(workspace, name)
Arguments
workspace |
The |
name |
A string of the name of the web service to retrieve. |
Value
The LocalWebservice
, AciWebservice
, or AksWebservice
object.
[Package azuremlsdk version 1.10.0 Index]