MachineLearningServicesManager Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.MachineLearningServicesManager

public final class MachineLearningServicesManager

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

Method Summary

Modifier and Type Method and Description
static MachineLearningServicesManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of MachineLearningServices service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create MachineLearningServicesManager with optional configuration.

MachineLearningComputes machineLearningComputes()
MachineLearningServices machineLearningServices()
Notebooks notebooks()
Operations operations()
PrivateEndpointConnections privateEndpointConnections()
PrivateLinkResources privateLinkResources()
Quotas quotas()
AzureMachineLearningWorkspaces serviceClient()
StorageAccounts storageAccounts()
Usages usages()
VirtualMachineSizes virtualMachineSizes()
WorkspaceConnections workspaceConnections()
WorkspaceFeatures workspaceFeatures()
WorkspaceOperations workspaceOperations()
Workspaces workspaces()

Methods inherited from java.lang.Object

Method Details

authenticate

public static MachineLearningServicesManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of MachineLearningServices service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the MachineLearningServices service API instance.

configure

public static MachineLearningServicesManager.Configurable configure()

Gets a Configurable instance that can be used to create MachineLearningServicesManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

machineLearningComputes

public MachineLearningComputes machineLearningComputes()

Returns:

Resource collection API of MachineLearningComputes.

machineLearningServices

public MachineLearningServices machineLearningServices()

Returns:

Resource collection API of MachineLearningServices.

notebooks

public Notebooks notebooks()

Returns:

Resource collection API of Notebooks.

operations

public Operations operations()

Returns:

Resource collection API of Operations.

privateEndpointConnections

public PrivateEndpointConnections privateEndpointConnections()

Returns:

Resource collection API of PrivateEndpointConnections.

privateLinkResources

public PrivateLinkResources privateLinkResources()

Returns:

Resource collection API of PrivateLinkResources.

quotas

public Quotas quotas()

Returns:

Resource collection API of Quotas.

serviceClient

public AzureMachineLearningWorkspaces serviceClient()

Returns:

Wrapped service client AzureMachineLearningWorkspaces providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

storageAccounts

public StorageAccounts storageAccounts()

Returns:

Resource collection API of StorageAccounts.

usages

public Usages usages()

Returns:

Resource collection API of Usages.

virtualMachineSizes

public VirtualMachineSizes virtualMachineSizes()

Returns:

Resource collection API of VirtualMachineSizes.

workspaceConnections

public WorkspaceConnections workspaceConnections()

Returns:

Resource collection API of WorkspaceConnections.

workspaceFeatures

public WorkspaceFeatures workspaceFeatures()

Returns:

Resource collection API of WorkspaceFeatures.

workspaceOperations

public WorkspaceOperations workspaceOperations()

Returns:

Resource collection API of WorkspaceOperations.

workspaces

public Workspaces workspaces()

Returns:

Resource collection API of Workspaces.

Applies to