azure_ml_sdk.services.connection.workspace ========================================== .. py:module:: azure_ml_sdk.services.connection.workspace Classes ------- .. autoapisummary:: azure_ml_sdk.services.connection.workspace.WorkspaceLoader Module Contents --------------- .. py:class:: WorkspaceLoader(mlclient: azure.ai.ml.MLClient) Class for handling workspaces Azure Machine Learning. .. py:attribute:: ml_client .. py:method:: get_ws(workspace_name: str) -> Optional[azure.ai.ml.entities.Workspace] Get a workspace details. :param workspace_name: Name of the workspace. :type workspace_name: str :returns: The workspace details. :rtype: ws (Workspace) .. py:method:: list_workspaces() -> list[str] Get a list of all workspaces in the resource group. :returns: A list of the names of all workspaces.