azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

731 строка
68 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient"
name: "MachineLearningComputesClient"
nameWithType: "MachineLearningComputesClient"
summary: "An instance of this class provides access to all the operations defined in Machine<wbr>Learning<wbr>Computes<wbr>Client."
syntax: "public interface **MachineLearningComputesClient**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters)"
name: "beginCreateOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters)"
nameWithType: "MachineLearningComputesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters)"
summary: "Creates or updates compute."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Payload with Machine Learning compute definition."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ComputeResourceInner>,ComputeResourceInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters)"
desc: "Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet."
returns:
description: "machine Learning compute object wrapped into ARM resource envelope."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters, Context context)"
nameWithType: "MachineLearningComputesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters, Context context)"
summary: "Creates or updates compute."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Payload with Machine Learning compute definition."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ComputeResourceInner>,ComputeResourceInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters, Context context)"
desc: "Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet."
returns:
description: "machine Learning compute object wrapped into ARM resource envelope."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginDelete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)"
name: "beginDelete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)"
nameWithType: "MachineLearningComputesClient.beginDelete(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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Delete the underlying compute if 'Delete', or detach the underlying compute from\n workspace if 'Detach'."
name: "underlyingResourceAction"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction?alt=com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction&text=UnderlyingResourceAction\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)"
desc: "Deletes specified Machine Learning compute."
returns:
description: "the completion."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginDelete(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.fluent.MachineLearningComputesClient.beginDelete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)"
name: "beginDelete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)"
nameWithType: "MachineLearningComputesClient.beginDelete(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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Delete the underlying compute if 'Delete', or detach the underlying compute from\n workspace if 'Detach'."
name: "underlyingResourceAction"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction?alt=com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction&text=UnderlyingResourceAction\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)"
desc: "Deletes specified Machine Learning compute."
returns:
description: "the completion."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginStart(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginStart(String resourceGroupName, String workspaceName, String computeName)"
name: "beginStart(String resourceGroupName, String workspaceName, String computeName)"
nameWithType: "MachineLearningComputesClient.beginStart(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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginStart(String resourceGroupName, String workspaceName, String computeName)"
desc: "Posts a start action to a compute instance."
returns:
description: "the completion."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginStart(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginStart(String resourceGroupName, String workspaceName, String computeName, Context context)"
name: "beginStart(String resourceGroupName, String workspaceName, String computeName, Context context)"
nameWithType: "MachineLearningComputesClient.beginStart(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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginStart(String resourceGroupName, String workspaceName, String computeName, Context context)"
desc: "Posts a start action to a compute instance."
returns:
description: "the completion."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginStop(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginStop(String resourceGroupName, String workspaceName, String computeName)"
name: "beginStop(String resourceGroupName, String workspaceName, String computeName)"
nameWithType: "MachineLearningComputesClient.beginStop(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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginStop(String resourceGroupName, String workspaceName, String computeName)"
desc: "Posts a stop action to a compute instance."
returns:
description: "the completion."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginStop(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginStop(String resourceGroupName, String workspaceName, String computeName, Context context)"
name: "beginStop(String resourceGroupName, String workspaceName, String computeName, Context context)"
nameWithType: "MachineLearningComputesClient.beginStop(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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginStop(String resourceGroupName, String workspaceName, String computeName, Context context)"
desc: "Posts a stop action to a compute instance."
returns:
description: "the completion."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.models.ClusterUpdateParameters)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginUpdate(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters)"
name: "beginUpdate(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters)"
nameWithType: "MachineLearningComputesClient.beginUpdate(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters)"
summary: "Updates properties of a compute."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for cluster update."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ClusterUpdateParameters?alt=com.azure.resourcemanager.machinelearningservices.models.ClusterUpdateParameters&text=ClusterUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ComputeResourceInner>,ComputeResourceInner> beginUpdate(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters)"
desc: "Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation."
returns:
description: "machine Learning compute object wrapped into ARM resource envelope."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.models.ClusterUpdateParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.beginUpdate(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters, Context context)"
name: "beginUpdate(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters, Context context)"
nameWithType: "MachineLearningComputesClient.beginUpdate(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters, Context context)"
summary: "Updates properties of a compute."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for cluster update."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ClusterUpdateParameters?alt=com.azure.resourcemanager.machinelearningservices.models.ClusterUpdateParameters&text=ClusterUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ComputeResourceInner>,ComputeResourceInner> beginUpdate(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters, Context context)"
desc: "Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation."
returns:
description: "machine Learning compute object wrapped into ARM resource envelope."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.createOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters)"
name: "createOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters)"
nameWithType: "MachineLearningComputesClient.createOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters)"
summary: "Creates or updates compute."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Payload with Machine Learning compute definition."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ComputeResourceInner createOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters)"
desc: "Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet."
returns:
description: "machine Learning compute object wrapped into ARM resource envelope."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.createOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters, Context context)"
name: "createOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters, Context context)"
nameWithType: "MachineLearningComputesClient.createOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters, Context context)"
summary: "Creates or updates compute."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Payload with Machine Learning compute definition."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ComputeResourceInner createOrUpdate(String resourceGroupName, String workspaceName, String computeName, ComputeResourceInner parameters, Context context)"
desc: "Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet."
returns:
description: "machine Learning compute object wrapped into ARM resource envelope."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)"
name: "delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Delete the underlying compute if 'Delete', or detach the underlying compute from\n workspace if 'Detach'."
name: "underlyingResourceAction"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction?alt=com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction&text=UnderlyingResourceAction\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)"
desc: "Deletes specified Machine Learning compute."
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.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.fluent.MachineLearningComputesClient.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)"
name: "delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Delete the underlying compute if 'Delete', or detach the underlying compute from\n workspace if 'Detach'."
name: "underlyingResourceAction"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction?alt=com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction&text=UnderlyingResourceAction\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
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.fluent.MachineLearningComputesClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.get(String resourceGroupName, String workspaceName, String computeName)"
name: "get(String resourceGroupName, String workspaceName, String computeName)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ComputeResourceInner 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: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.getWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
name: "getWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ComputeResourceInner> 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: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.listByWorkspace(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.listByWorkspace(String resourceGroupName, String workspaceName)"
name: "listByWorkspace(String resourceGroupName, String workspaceName)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ComputeResourceInner> listByWorkspace(String resourceGroupName, String workspaceName)"
desc: "Gets computes in specified workspace."
returns:
description: "computes in specified workspace."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.listByWorkspace(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.listByWorkspace(String resourceGroupName, String workspaceName, String skip, Context context)"
name: "listByWorkspace(String resourceGroupName, String workspaceName, String skip, Context context)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Continuation token for pagination."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ComputeResourceInner> listByWorkspace(String resourceGroupName, String workspaceName, String skip, Context context)"
desc: "Gets computes in specified workspace."
returns:
description: "computes in specified workspace."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.listKeys(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.listKeys(String resourceGroupName, String workspaceName, String computeName)"
name: "listKeys(String resourceGroupName, String workspaceName, String computeName)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ComputeSecretsInner 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: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner&text=ComputeSecretsInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.listKeysWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.listKeysWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
name: "listKeysWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ComputeSecretsInner> 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: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner&text=ComputeSecretsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.listNodes(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.listNodes(String resourceGroupName, String workspaceName, String computeName)"
name: "listNodes(String resourceGroupName, String workspaceName, String computeName)"
nameWithType: "MachineLearningComputesClient.listNodes(String resourceGroupName, String workspaceName, String computeName)"
summary: "Get the details (e.<wbr>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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<AmlComputeNodeInformation> 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: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AmlComputeNodeInformation?alt=com.azure.resourcemanager.machinelearningservices.models.AmlComputeNodeInformation&text=AmlComputeNodeInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.listNodes(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.listNodes(String resourceGroupName, String workspaceName, String computeName, Context context)"
name: "listNodes(String resourceGroupName, String workspaceName, String computeName, Context context)"
nameWithType: "MachineLearningComputesClient.listNodes(String resourceGroupName, String workspaceName, String computeName, Context context)"
summary: "Get the details (e.<wbr>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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<AmlComputeNodeInformation> 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: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AmlComputeNodeInformation?alt=com.azure.resourcemanager.machinelearningservices.models.AmlComputeNodeInformation&text=AmlComputeNodeInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.restart(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.restart(String resourceGroupName, String workspaceName, String computeName)"
name: "restart(String resourceGroupName, String workspaceName, String computeName)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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.fluent.MachineLearningComputesClient.restartWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.restartWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
name: "restartWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> restartWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
desc: "Posts a restart action to a compute instance."
returns:
description: "the response."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.start(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.start(String resourceGroupName, String workspaceName, String computeName)"
name: "start(String resourceGroupName, String workspaceName, String computeName)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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.fluent.MachineLearningComputesClient.start(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.start(String resourceGroupName, String workspaceName, String computeName, Context context)"
name: "start(String resourceGroupName, String workspaceName, String computeName, Context context)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
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.fluent.MachineLearningComputesClient.stop(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.stop(String resourceGroupName, String workspaceName, String computeName)"
name: "stop(String resourceGroupName, String workspaceName, String computeName)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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.fluent.MachineLearningComputesClient.stop(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.stop(String resourceGroupName, String workspaceName, String computeName, Context context)"
name: "stop(String resourceGroupName, String workspaceName, String computeName, Context context)"
nameWithType: "MachineLearningComputesClient.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void stop(String resourceGroupName, String workspaceName, String computeName, Context context)"
desc: "Posts a stop action to a compute instance."
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.update(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.models.ClusterUpdateParameters)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.update(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters)"
name: "update(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters)"
nameWithType: "MachineLearningComputesClient.update(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters)"
summary: "Updates properties of a compute."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for cluster update."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ClusterUpdateParameters?alt=com.azure.resourcemanager.machinelearningservices.models.ClusterUpdateParameters&text=ClusterUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ComputeResourceInner update(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters)"
desc: "Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation."
returns:
description: "machine Learning compute object wrapped into ARM resource envelope."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.update(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.models.ClusterUpdateParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.MachineLearningComputesClient.update(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters, Context context)"
name: "update(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters, Context context)"
nameWithType: "MachineLearningComputesClient.update(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters, Context context)"
summary: "Updates properties of a compute."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Azure Machine Learning compute."
name: "computeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for cluster update."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ClusterUpdateParameters?alt=com.azure.resourcemanager.machinelearningservices.models.ClusterUpdateParameters&text=ClusterUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ComputeResourceInner update(String resourceGroupName, String workspaceName, String computeName, ClusterUpdateParameters parameters, Context context)"
desc: "Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation."
returns:
description: "machine Learning compute object wrapped into ARM resource envelope."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner&text=ComputeResourceInner\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in MachineLearningComputesClient."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1