Learn R Programming

azuremlsdk (version 1.10.0)

get_webservice: 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 Workspace object.

name

A string of the name of the web service to retrieve.

Value

The LocalWebservice, AciWebservice, or AksWebservice object.