420 строки
33 KiB
YAML
420 строки
33 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearning.models.Computes"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes"
|
|
name: "Computes"
|
|
nameWithType: "Computes"
|
|
summary: "Resource collection API of Computes."
|
|
syntax: "public interface **Computes**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Computes.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Computes.define(String name)"
|
|
summary: "Begins definition for a new Compute<wbr>Resource resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
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: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ComputeResource.DefinitionStages.Blank?alt=com.azure.resourcemanager.machinelearning.models.ComputeResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Computes.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearning.models.UnderlyingResourceAction)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)"
|
|
name: "delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)"
|
|
nameWithType: "Computes.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)"
|
|
summary: "Deletes specified Machine Learning compute."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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.machinelearning.models.UnderlyingResourceAction?alt=com.azure.resourcemanager.machinelearning.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.machinelearning.models.Computes.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearning.models.UnderlyingResourceAction,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)"
|
|
name: "delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)"
|
|
nameWithType: "Computes.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)"
|
|
summary: "Deletes specified Machine Learning compute."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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.machinelearning.models.UnderlyingResourceAction?alt=com.azure.resourcemanager.machinelearning.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.machinelearning.models.Computes.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.get(String resourceGroupName, String workspaceName, String computeName)"
|
|
name: "get(String resourceGroupName, String workspaceName, String computeName)"
|
|
nameWithType: "Computes.get(String resourceGroupName, String workspaceName, String computeName)"
|
|
summary: "Gets compute definition by its name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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 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: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ComputeResource?alt=com.azure.resourcemanager.machinelearning.models.ComputeResource&text=ComputeResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Computes.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Computes.getById(String id)"
|
|
summary: "Gets compute definition by its name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
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 along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ComputeResource?alt=com.azure.resourcemanager.machinelearning.models.ComputeResource&text=ComputeResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Computes.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Computes.getByIdWithResponse(String id, Context context)"
|
|
summary: "Gets compute definition by its name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
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<ComputeResource> 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 along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.ComputeResource?alt=com.azure.resourcemanager.machinelearning.models.ComputeResource&text=ComputeResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Computes.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.getWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
nameWithType: "Computes.getWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
summary: "Gets compute definition by its name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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<ComputeResource> 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 along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.ComputeResource?alt=com.azure.resourcemanager.machinelearning.models.ComputeResource&text=ComputeResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Computes.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.list(String resourceGroupName, String workspaceName)"
|
|
name: "list(String resourceGroupName, String workspaceName)"
|
|
nameWithType: "Computes.list(String resourceGroupName, String workspaceName)"
|
|
summary: "Gets computes in specified workspace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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<ComputeResource> list(String resourceGroupName, String workspaceName)"
|
|
desc: "Gets computes in specified workspace."
|
|
returns:
|
|
description: "computes in specified workspace as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.ComputeResource?alt=com.azure.resourcemanager.machinelearning.models.ComputeResource&text=ComputeResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Computes.list(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.list(String resourceGroupName, String workspaceName, String skip, Context context)"
|
|
name: "list(String resourceGroupName, String workspaceName, String skip, Context context)"
|
|
nameWithType: "Computes.list(String resourceGroupName, String workspaceName, String skip, Context context)"
|
|
summary: "Gets computes in specified workspace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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<ComputeResource> list(String resourceGroupName, String workspaceName, String skip, Context context)"
|
|
desc: "Gets computes in specified workspace."
|
|
returns:
|
|
description: "computes in specified workspace as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.ComputeResource?alt=com.azure.resourcemanager.machinelearning.models.ComputeResource&text=ComputeResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Computes.listKeys(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.listKeys(String resourceGroupName, String workspaceName, String computeName)"
|
|
name: "listKeys(String resourceGroupName, String workspaceName, String computeName)"
|
|
nameWithType: "Computes.listKeys(String resourceGroupName, String workspaceName, String computeName)"
|
|
summary: "Gets secrets related to Machine Learning compute (storage keys, service credentials, etc)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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 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: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ComputeSecrets?alt=com.azure.resourcemanager.machinelearning.models.ComputeSecrets&text=ComputeSecrets\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Computes.listKeysWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.listKeysWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
name: "listKeysWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
nameWithType: "Computes.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: "The name of the resource group. The name is case insensitive."
|
|
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<ComputeSecrets> 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) along with\n <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.ComputeSecrets?alt=com.azure.resourcemanager.machinelearning.models.ComputeSecrets&text=ComputeSecrets\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Computes.listNodes(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.listNodes(String resourceGroupName, String workspaceName, String computeName)"
|
|
name: "listNodes(String resourceGroupName, String workspaceName, String computeName)"
|
|
nameWithType: "Computes.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: "The name of the resource group. The name is case insensitive."
|
|
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.g IP address, port etc) of all the compute nodes in the compute as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.AmlComputeNodeInformation?alt=com.azure.resourcemanager.machinelearning.models.AmlComputeNodeInformation&text=AmlComputeNodeInformation\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Computes.listNodes(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.listNodes(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
name: "listNodes(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
nameWithType: "Computes.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: "The name of the resource group. The name is case insensitive."
|
|
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.g IP address, port etc) of all the compute nodes in the compute as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.AmlComputeNodeInformation?alt=com.azure.resourcemanager.machinelearning.models.AmlComputeNodeInformation&text=AmlComputeNodeInformation\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Computes.restart(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.restart(String resourceGroupName, String workspaceName, String computeName)"
|
|
name: "restart(String resourceGroupName, String workspaceName, String computeName)"
|
|
nameWithType: "Computes.restart(String resourceGroupName, String workspaceName, String computeName)"
|
|
summary: "Posts a restart action to a compute instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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.machinelearning.models.Computes.restart(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.restart(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
name: "restart(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
nameWithType: "Computes.restart(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
summary: "Posts a restart action to a compute instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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 restart(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
desc: "Posts a restart action to a compute instance."
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.Computes.start(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.start(String resourceGroupName, String workspaceName, String computeName)"
|
|
name: "start(String resourceGroupName, String workspaceName, String computeName)"
|
|
nameWithType: "Computes.start(String resourceGroupName, String workspaceName, String computeName)"
|
|
summary: "Posts a start action to a compute instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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.machinelearning.models.Computes.start(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.start(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
name: "start(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
nameWithType: "Computes.start(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
summary: "Posts a start action to a compute instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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.machinelearning.models.Computes.stop(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.stop(String resourceGroupName, String workspaceName, String computeName)"
|
|
name: "stop(String resourceGroupName, String workspaceName, String computeName)"
|
|
nameWithType: "Computes.stop(String resourceGroupName, String workspaceName, String computeName)"
|
|
summary: "Posts a stop action to a compute instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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.machinelearning.models.Computes.stop(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.Computes.stop(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
name: "stop(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
nameWithType: "Computes.stop(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
summary: "Posts a stop action to a compute instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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."
|
|
type: "interface"
|
|
desc: "Resource collection API of Computes."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearning.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0
|