unknown_webservice Module

Contains functionality for managing unknown Webservices in Azure Machine Learning.

Classes

UnknownWebservice

For internal use only.

This class is used by the Webservice class to get or list service subtypes when the web service was created from a package that wasn't imported, for example, for a service created with the accel package.

Initialize the Webservice instance.

The Webservice constructor retrieves a cloud representation of a Webservice object associated with the provided workspace. It will return an instance of a child class corresponding to the specific type of the retrieved Webservice object.