WorkspaceListResult Class

The result of a request to list machine learning workspaces.

Inheritance
WorkspaceListResult

Constructor

WorkspaceListResult(*, value: Optional[List[azure.mgmt.machinelearningservices.models._models_py3.Workspace]] = None, next_link: Optional[str] = None, **kwargs)

Parameters

value
list[Workspace]
Required

The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces.

next_link
str
Required

The URI that can be used to request the next list of machine learning workspaces.