You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/machinelearning/azure-mgmt-machinelearningservices/azure/mgmt/machinelearningservices/_azure_machine_learning_workspaces.py
+46-1Lines changed: 46 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,18 @@
15
15
from ._configurationimportAzureMachineLearningWorkspacesConfiguration
16
16
from .operationsimportOperations
17
17
from .operationsimportWorkspacesOperations
18
+
from .operationsimportWorkspaceFeaturesOperations
18
19
from .operationsimportUsagesOperations
19
20
from .operationsimportVirtualMachineSizesOperations
21
+
from .operationsimportQuotasOperations
20
22
from .operationsimportMachineLearningComputeOperations
23
+
from .operationsimportWorkspaceOperations
24
+
from .operationsimportPrivateEndpointConnectionsOperations
25
+
from .operationsimportPrivateLinkResourcesOperations
26
+
from .operationsimportMachineLearningServiceOperations
27
+
from .operationsimportNotebooksOperations
28
+
from .operationsimportStorageAccountOperations
29
+
from .operationsimportWorkspaceConnectionsOperations
21
30
from . importmodels
22
31
23
32
@@ -31,12 +40,30 @@ class AzureMachineLearningWorkspaces(SDKClient):
0 commit comments