### YamlMime:JavaType uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes" name: "MachineLearningComputes" nameWithType: "MachineLearningComputes" summary: "Resource collection API of MachineLearningComputes." syntax: "public interface **MachineLearningComputes**" methods: - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.define(java.lang.String)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.define(String name)" name: "define(String name)" nameWithType: "MachineLearningComputes.define(String name)" summary: "Begins definition for a new ComputeResource resource." modifiers: - "abstract" parameters: - description: "resource name." name: "name" type: "String" syntax: "public abstract ComputeResource.DefinitionStages.Blank define(String name)" desc: "Begins definition for a new ComputeResource resource." returns: description: "the first stage of the new ComputeResource definition." type: "" - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)" name: "delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)" nameWithType: "MachineLearningComputes.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)" summary: "Deletes specified Machine Learning compute." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" - description: "Delete the underlying compute if 'Delete', or detach the underlying compute from\n workspace if 'Detach'." name: "underlyingResourceAction" type: "" syntax: "public abstract void delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)" desc: "Deletes specified Machine Learning compute." - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)" name: "delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)" nameWithType: "MachineLearningComputes.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)" summary: "Deletes specified Machine Learning compute." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" - description: "Delete the underlying compute if 'Delete', or detach the underlying compute from\n workspace if 'Detach'." name: "underlyingResourceAction" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract void delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)" desc: "Deletes specified Machine Learning compute." - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.get(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.get(String resourceGroupName, String workspaceName, String computeName)" name: "get(String resourceGroupName, String workspaceName, String computeName)" nameWithType: "MachineLearningComputes.get(String resourceGroupName, String workspaceName, String computeName)" summary: "Gets compute definition by its name." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" syntax: "public abstract ComputeResource get(String resourceGroupName, String workspaceName, String computeName)" desc: "Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them." returns: description: "compute definition by its name." type: "" - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.getById(java.lang.String)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.getById(String id)" name: "getById(String id)" nameWithType: "MachineLearningComputes.getById(String id)" summary: "Gets compute definition by its name." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" syntax: "public abstract ComputeResource getById(String id)" desc: "Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them." returns: description: "compute definition by its name." type: "" - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.getByIdWithResponse(String id, Context context)" name: "getByIdWithResponse(String id, Context context)" nameWithType: "MachineLearningComputes.getByIdWithResponse(String id, Context context)" summary: "Gets compute definition by its name." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getByIdWithResponse(String id, Context context)" desc: "Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them." returns: description: "compute definition by its name." type: "<>" - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.getWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)" name: "getWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)" nameWithType: "MachineLearningComputes.getWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)" summary: "Gets compute definition by its name." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)" desc: "Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them." returns: description: "compute definition by its name." type: "<>" - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listByWorkspace(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listByWorkspace(String resourceGroupName, String workspaceName)" name: "listByWorkspace(String resourceGroupName, String workspaceName)" nameWithType: "MachineLearningComputes.listByWorkspace(String resourceGroupName, String workspaceName)" summary: "Gets computes in specified workspace." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" syntax: "public abstract PagedIterable listByWorkspace(String resourceGroupName, String workspaceName)" desc: "Gets computes in specified workspace." returns: description: "computes in specified workspace." type: "<>" - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listByWorkspace(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listByWorkspace(String resourceGroupName, String workspaceName, String skip, Context context)" name: "listByWorkspace(String resourceGroupName, String workspaceName, String skip, Context context)" nameWithType: "MachineLearningComputes.listByWorkspace(String resourceGroupName, String workspaceName, String skip, Context context)" summary: "Gets computes in specified workspace." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Continuation token for pagination." name: "skip" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable listByWorkspace(String resourceGroupName, String workspaceName, String skip, Context context)" desc: "Gets computes in specified workspace." returns: description: "computes in specified workspace." type: "<>" - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listKeys(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listKeys(String resourceGroupName, String workspaceName, String computeName)" name: "listKeys(String resourceGroupName, String workspaceName, String computeName)" nameWithType: "MachineLearningComputes.listKeys(String resourceGroupName, String workspaceName, String computeName)" summary: "Gets secrets related to Machine Learning compute (storage keys, service credentials, etc)." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" syntax: "public abstract ComputeSecrets listKeys(String resourceGroupName, String workspaceName, String computeName)" desc: "Gets secrets related to Machine Learning compute (storage keys, service credentials, etc)." returns: description: "secrets related to Machine Learning compute (storage keys, service credentials, etc)." type: "" - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listKeysWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listKeysWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)" name: "listKeysWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)" nameWithType: "MachineLearningComputes.listKeysWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)" summary: "Gets secrets related to Machine Learning compute (storage keys, service credentials, etc)." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response listKeysWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)" desc: "Gets secrets related to Machine Learning compute (storage keys, service credentials, etc)." returns: description: "secrets related to Machine Learning compute (storage keys, service credentials, etc)." type: "<>" - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listNodes(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listNodes(String resourceGroupName, String workspaceName, String computeName)" name: "listNodes(String resourceGroupName, String workspaceName, String computeName)" nameWithType: "MachineLearningComputes.listNodes(String resourceGroupName, String workspaceName, String computeName)" summary: "Get the details (e.g IP address, port etc) of all the compute nodes in the compute." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" syntax: "public abstract PagedIterable listNodes(String resourceGroupName, String workspaceName, String computeName)" desc: "Get the details (e.g IP address, port etc) of all the compute nodes in the compute." returns: description: "the details (e." type: "<>" - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listNodes(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listNodes(String resourceGroupName, String workspaceName, String computeName, Context context)" name: "listNodes(String resourceGroupName, String workspaceName, String computeName, Context context)" nameWithType: "MachineLearningComputes.listNodes(String resourceGroupName, String workspaceName, String computeName, Context context)" summary: "Get the details (e.g IP address, port etc) of all the compute nodes in the compute." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable listNodes(String resourceGroupName, String workspaceName, String computeName, Context context)" desc: "Get the details (e.g IP address, port etc) of all the compute nodes in the compute." returns: description: "the details (e." type: "<>" - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.restart(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.restart(String resourceGroupName, String workspaceName, String computeName)" name: "restart(String resourceGroupName, String workspaceName, String computeName)" nameWithType: "MachineLearningComputes.restart(String resourceGroupName, String workspaceName, String computeName)" summary: "Posts a restart action to a compute instance." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" syntax: "public abstract void restart(String resourceGroupName, String workspaceName, String computeName)" desc: "Posts a restart action to a compute instance." - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.restartWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.restartWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)" name: "restartWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)" nameWithType: "MachineLearningComputes.restartWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)" summary: "Posts a restart action to a compute instance." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response restartWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)" desc: "Posts a restart action to a compute instance." returns: description: "the response." type: "<Void>" - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.start(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.start(String resourceGroupName, String workspaceName, String computeName)" name: "start(String resourceGroupName, String workspaceName, String computeName)" nameWithType: "MachineLearningComputes.start(String resourceGroupName, String workspaceName, String computeName)" summary: "Posts a start action to a compute instance." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" syntax: "public abstract void start(String resourceGroupName, String workspaceName, String computeName)" desc: "Posts a start action to a compute instance." - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.start(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.start(String resourceGroupName, String workspaceName, String computeName, Context context)" name: "start(String resourceGroupName, String workspaceName, String computeName, Context context)" nameWithType: "MachineLearningComputes.start(String resourceGroupName, String workspaceName, String computeName, Context context)" summary: "Posts a start action to a compute instance." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract void start(String resourceGroupName, String workspaceName, String computeName, Context context)" desc: "Posts a start action to a compute instance." - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.stop(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.stop(String resourceGroupName, String workspaceName, String computeName)" name: "stop(String resourceGroupName, String workspaceName, String computeName)" nameWithType: "MachineLearningComputes.stop(String resourceGroupName, String workspaceName, String computeName)" summary: "Posts a stop action to a compute instance." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" syntax: "public abstract void stop(String resourceGroupName, String workspaceName, String computeName)" desc: "Posts a stop action to a compute instance." - uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.stop(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.stop(String resourceGroupName, String workspaceName, String computeName, Context context)" name: "stop(String resourceGroupName, String workspaceName, String computeName, Context context)" nameWithType: "MachineLearningComputes.stop(String resourceGroupName, String workspaceName, String computeName, Context context)" summary: "Posts a stop action to a compute instance." modifiers: - "abstract" parameters: - description: "Name of the resource group in which workspace is located." name: "resourceGroupName" type: "String" - description: "Name of Azure Machine Learning workspace." name: "workspaceName" type: "String" - description: "Name of the Azure Machine Learning compute." name: "computeName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract void stop(String resourceGroupName, String workspaceName, String computeName, Context context)" desc: "Posts a stop action to a compute instance." type: "interface" desc: "Resource collection API of MachineLearningComputes." metadata: {} package: "com.azure.resourcemanager.machinelearningservices.models" artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1