423 строки
34 KiB
YAML
423 строки
34 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes"
|
|
name: "MachineLearningComputes"
|
|
nameWithType: "MachineLearningComputes"
|
|
summary: "Resource collection API of Machine<wbr>Learning<wbr>Computes."
|
|
syntax: "public interface **MachineLearningComputes**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "MachineLearningComputes.define(String name)"
|
|
summary: "Begins definition for a new 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.machinelearningservices.models.ComputeResource.DefinitionStages.Blank?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)"
|
|
name: "delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)"
|
|
nameWithType: "MachineLearningComputes.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)"
|
|
summary: "Deletes specified Machine Learning compute."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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.models.MachineLearningComputes.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.models.UnderlyingResourceAction,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)"
|
|
name: "delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)"
|
|
nameWithType: "MachineLearningComputes.delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)"
|
|
summary: "Deletes specified Machine Learning compute."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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.models.MachineLearningComputes.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.get(String resourceGroupName, String workspaceName, String computeName)"
|
|
name: "get(String resourceGroupName, String workspaceName, String computeName)"
|
|
nameWithType: "MachineLearningComputes.get(String resourceGroupName, String workspaceName, String computeName)"
|
|
summary: "Gets compute definition by its name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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.machinelearningservices.models.ComputeResource?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeResource&text=ComputeResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "MachineLearningComputes.getById(String id)"
|
|
summary: "Gets compute definition by its name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<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."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeResource?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeResource&text=ComputeResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "MachineLearningComputes.getByIdWithResponse(String id, Context context)"
|
|
summary: "Gets compute definition by its name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<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."
|
|
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.machinelearningservices.models.ComputeResource?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeResource&text=ComputeResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.getWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
nameWithType: "MachineLearningComputes.getWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
summary: "Gets compute definition by its name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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."
|
|
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.machinelearningservices.models.ComputeResource?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeResource&text=ComputeResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listByWorkspace(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listByWorkspace(String resourceGroupName, String workspaceName)"
|
|
name: "listByWorkspace(String resourceGroupName, String workspaceName)"
|
|
nameWithType: "MachineLearningComputes.listByWorkspace(String resourceGroupName, String workspaceName)"
|
|
summary: "Gets computes in specified workspace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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> 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\" /><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeResource?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeResource&text=ComputeResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listByWorkspace(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listByWorkspace(String resourceGroupName, String workspaceName, String skip, Context context)"
|
|
name: "listByWorkspace(String resourceGroupName, String workspaceName, String skip, Context context)"
|
|
nameWithType: "MachineLearningComputes.listByWorkspace(String resourceGroupName, String workspaceName, String skip, Context context)"
|
|
summary: "Gets computes in specified workspace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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> 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\" /><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ComputeResource?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeResource&text=ComputeResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listKeys(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listKeys(String resourceGroupName, String workspaceName, String computeName)"
|
|
name: "listKeys(String resourceGroupName, String workspaceName, String computeName)"
|
|
nameWithType: "MachineLearningComputes.listKeys(String resourceGroupName, String workspaceName, String computeName)"
|
|
summary: "Gets secrets related to Machine Learning compute (storage keys, service credentials, etc)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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.machinelearningservices.models.ComputeSecrets?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeSecrets&text=ComputeSecrets\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listKeysWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listKeysWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
name: "listKeysWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
nameWithType: "MachineLearningComputes.listKeysWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
summary: "Gets secrets related to Machine Learning compute (storage keys, service credentials, etc)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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)."
|
|
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.machinelearningservices.models.ComputeSecrets?alt=com.azure.resourcemanager.machinelearningservices.models.ComputeSecrets&text=ComputeSecrets\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listNodes(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listNodes(String resourceGroupName, String workspaceName, String computeName)"
|
|
name: "listNodes(String resourceGroupName, String workspaceName, String computeName)"
|
|
nameWithType: "MachineLearningComputes.listNodes(String resourceGroupName, String workspaceName, String computeName)"
|
|
summary: "Get the details (e.<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\" /><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AmlComputeNodeInformation?alt=com.azure.resourcemanager.machinelearningservices.models.AmlComputeNodeInformation&text=AmlComputeNodeInformation\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listNodes(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.listNodes(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
name: "listNodes(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
nameWithType: "MachineLearningComputes.listNodes(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
summary: "Get the details (e.<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\" /><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AmlComputeNodeInformation?alt=com.azure.resourcemanager.machinelearningservices.models.AmlComputeNodeInformation&text=AmlComputeNodeInformation\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.restart(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.restart(String resourceGroupName, String workspaceName, String computeName)"
|
|
name: "restart(String resourceGroupName, String workspaceName, String computeName)"
|
|
nameWithType: "MachineLearningComputes.restart(String resourceGroupName, String workspaceName, String computeName)"
|
|
summary: "Posts a restart action to a compute instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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.models.MachineLearningComputes.restartWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.restartWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
name: "restartWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
nameWithType: "MachineLearningComputes.restartWithResponse(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
summary: "Posts a restart action to a compute instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.start(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.start(String resourceGroupName, String workspaceName, String computeName)"
|
|
name: "start(String resourceGroupName, String workspaceName, String computeName)"
|
|
nameWithType: "MachineLearningComputes.start(String resourceGroupName, String workspaceName, String computeName)"
|
|
summary: "Posts a start action to a compute instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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.models.MachineLearningComputes.start(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.start(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
name: "start(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
nameWithType: "MachineLearningComputes.start(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
summary: "Posts a start action to a compute instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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.models.MachineLearningComputes.stop(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.stop(String resourceGroupName, String workspaceName, String computeName)"
|
|
name: "stop(String resourceGroupName, String workspaceName, String computeName)"
|
|
nameWithType: "MachineLearningComputes.stop(String resourceGroupName, String workspaceName, String computeName)"
|
|
summary: "Posts a stop action to a compute instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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.models.MachineLearningComputes.stop(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningComputes.stop(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
name: "stop(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
nameWithType: "MachineLearningComputes.stop(String resourceGroupName, String workspaceName, String computeName, Context context)"
|
|
summary: "Posts a stop action to a compute instance."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the resource group in which workspace is located."
|
|
name: "resourceGroupName"
|
|
type: "<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 MachineLearningComputes."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|