Class MachineLearningManager


  • public final class MachineLearningManager
    extends Object
    Entry point to MachineLearningManager. These APIs allow end users to operate on Azure Machine Learning Workspace resources.
    • Method Detail

      • authenticate

        public static MachineLearningManager authenticate​(com.azure.core.credential.TokenCredential credential,
                                                          com.azure.core.management.profile.AzureProfile profile)
        Creates an instance of Machine Learning service API entry point.
        Parameters:
        credential - the credential to use.
        profile - the Azure profile for client.
        Returns:
        the Machine Learning service API instance.
      • authenticate

        public static MachineLearningManager authenticate​(com.azure.core.http.HttpPipeline httpPipeline,
                                                          com.azure.core.management.profile.AzureProfile profile)
        Creates an instance of Machine Learning service API entry point.
        Parameters:
        httpPipeline - the HttpPipeline configured with Azure authentication credential.
        profile - the Azure profile for client.
        Returns:
        the Machine Learning service API instance.
      • configure

        public static MachineLearningManager.Configurable configure()
        Gets a Configurable instance that can be used to create MachineLearningManager with optional configuration.
        Returns:
        the Configurable instance allowing configurations.
      • operations

        public Operations operations()
        Gets the resource collection API of Operations.
        Returns:
        Resource collection API of Operations.
      • workspaces

        public Workspaces workspaces()
        Gets the resource collection API of Workspaces. It manages Workspace.
        Returns:
        Resource collection API of Workspaces.
      • usages

        public Usages usages()
        Gets the resource collection API of Usages.
        Returns:
        Resource collection API of Usages.
      • virtualMachineSizes

        public VirtualMachineSizes virtualMachineSizes()
        Gets the resource collection API of VirtualMachineSizes.
        Returns:
        Resource collection API of VirtualMachineSizes.
      • quotas

        public Quotas quotas()
        Gets the resource collection API of Quotas.
        Returns:
        Resource collection API of Quotas.
      • computes

        public Computes computes()
        Gets the resource collection API of Computes. It manages ComputeResource.
        Returns:
        Resource collection API of Computes.
      • privateEndpointConnections

        public PrivateEndpointConnections privateEndpointConnections()
        Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
        Returns:
        Resource collection API of PrivateEndpointConnections.
      • privateLinkResources

        public PrivateLinkResources privateLinkResources()
        Gets the resource collection API of PrivateLinkResources.
        Returns:
        Resource collection API of PrivateLinkResources.
      • workspaceConnections

        public WorkspaceConnections workspaceConnections()
        Gets the resource collection API of WorkspaceConnections. It manages WorkspaceConnection.
        Returns:
        Resource collection API of WorkspaceConnections.
      • batchEndpoints

        public BatchEndpoints batchEndpoints()
        Gets the resource collection API of BatchEndpoints. It manages BatchEndpointData.
        Returns:
        Resource collection API of BatchEndpoints.
      • batchDeployments

        public BatchDeployments batchDeployments()
        Gets the resource collection API of BatchDeployments. It manages BatchDeploymentData.
        Returns:
        Resource collection API of BatchDeployments.
      • codeContainers

        public CodeContainers codeContainers()
        Gets the resource collection API of CodeContainers. It manages CodeContainerData.
        Returns:
        Resource collection API of CodeContainers.
      • codeVersions

        public CodeVersions codeVersions()
        Gets the resource collection API of CodeVersions. It manages CodeVersionData.
        Returns:
        Resource collection API of CodeVersions.
      • componentContainers

        public ComponentContainers componentContainers()
        Gets the resource collection API of ComponentContainers. It manages ComponentContainerData.
        Returns:
        Resource collection API of ComponentContainers.
      • componentVersions

        public ComponentVersions componentVersions()
        Gets the resource collection API of ComponentVersions. It manages ComponentVersionData.
        Returns:
        Resource collection API of ComponentVersions.
      • dataContainers

        public DataContainers dataContainers()
        Gets the resource collection API of DataContainers. It manages DataContainerData.
        Returns:
        Resource collection API of DataContainers.
      • dataVersions

        public DataVersions dataVersions()
        Gets the resource collection API of DataVersions. It manages DataVersionBaseData.
        Returns:
        Resource collection API of DataVersions.
      • datastores

        public Datastores datastores()
        Gets the resource collection API of Datastores. It manages DatastoreData.
        Returns:
        Resource collection API of Datastores.
      • environmentContainers

        public EnvironmentContainers environmentContainers()
        Gets the resource collection API of EnvironmentContainers. It manages EnvironmentContainerData.
        Returns:
        Resource collection API of EnvironmentContainers.
      • environmentVersions

        public EnvironmentVersions environmentVersions()
        Gets the resource collection API of EnvironmentVersions. It manages EnvironmentVersionData.
        Returns:
        Resource collection API of EnvironmentVersions.
      • jobs

        public Jobs jobs()
        Gets the resource collection API of Jobs. It manages JobBaseData.
        Returns:
        Resource collection API of Jobs.
      • modelContainers

        public ModelContainers modelContainers()
        Gets the resource collection API of ModelContainers. It manages ModelContainerData.
        Returns:
        Resource collection API of ModelContainers.
      • modelVersions

        public ModelVersions modelVersions()
        Gets the resource collection API of ModelVersions. It manages ModelVersionData.
        Returns:
        Resource collection API of ModelVersions.
      • onlineEndpoints

        public OnlineEndpoints onlineEndpoints()
        Gets the resource collection API of OnlineEndpoints. It manages OnlineEndpointData.
        Returns:
        Resource collection API of OnlineEndpoints.
      • onlineDeployments

        public OnlineDeployments onlineDeployments()
        Gets the resource collection API of OnlineDeployments. It manages OnlineDeploymentData.
        Returns:
        Resource collection API of OnlineDeployments.
      • workspaceFeatures

        public WorkspaceFeatures workspaceFeatures()
        Gets the resource collection API of WorkspaceFeatures.
        Returns:
        Resource collection API of WorkspaceFeatures.
      • serviceClient

        public AzureMachineLearningWorkspaces serviceClient()
        Returns:
        Wrapped service client AzureMachineLearningWorkspaces providing direct access to the underlying auto-generated API implementation, based on Azure REST API.