AzureMachineLearningWorkspaces Class

These APIs allow end users to operate on Azure Machine Learning Workspace resources.

Inheritance
azure.mgmt.machinelearningservices.aio.operations._azure_machine_learning_workspaces_operations.AzureMachineLearningWorkspacesOperationsMixin
AzureMachineLearningWorkspaces

Constructor

AzureMachineLearningWorkspaces(credential: AsyncTokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
AsyncTokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

Azure subscription identifier.

base_url
str
default value: None

Service URL

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

operations
Operations

Operations operations

workspaces
WorkspacesOperations

WorkspacesOperations operations

workspace_features
WorkspaceFeaturesOperations

WorkspaceFeaturesOperations operations

notebooks
NotebooksOperations

NotebooksOperations operations

usages
UsagesOperations

UsagesOperations operations

virtual_machine_sizes
VirtualMachineSizesOperations

VirtualMachineSizesOperations operations

quotas
QuotasOperations

QuotasOperations operations

workspace_connections
WorkspaceConnectionsOperations

WorkspaceConnectionsOperations operations

machine_learning_compute
MachineLearningComputeOperations

MachineLearningComputeOperations operations

private_endpoint_connections
PrivateEndpointConnectionsOperations

PrivateEndpointConnectionsOperations operations

private_link_resources
PrivateLinkResourcesOperations

PrivateLinkResourcesOperations operations

Methods

close

close

async close() -> None