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

262 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices"
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices"
name: "MachineLearningServices"
nameWithType: "MachineLearningServices"
summary: "Resource collection API of Machine<wbr>Learning<wbr>Services."
syntax: "public interface **MachineLearningServices**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.define(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.define(String name)"
name: "define(String name)"
nameWithType: "MachineLearningServices.define(String name)"
summary: "Begins definition for a new Service<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 ServiceResource.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new ServiceResource resource."
returns:
description: "the first stage of the new ServiceResource definition."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ServiceResource.DefinitionStages.Blank?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.delete(String resourceGroupName, String workspaceName, String serviceName)"
name: "delete(String resourceGroupName, String workspaceName, String serviceName)"
nameWithType: "MachineLearningServices.delete(String resourceGroupName, String workspaceName, String serviceName)"
summary: "Delete a specific Service.."
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 service."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String workspaceName, String serviceName)"
desc: "Delete a specific Service.."
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "MachineLearningServices.deleteById(String id)"
summary: "Delete a specific Service.."
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 void deleteById(String id)"
desc: "Delete a specific Service.."
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "MachineLearningServices.deleteByIdWithResponse(String id, Context context)"
summary: "Delete a specific Service.."
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<Void> deleteByIdWithResponse(String id, Context context)"
desc: "Delete a specific Service.."
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.models.MachineLearningServices.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.deleteWithResponse(String resourceGroupName, String workspaceName, String serviceName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String workspaceName, String serviceName, Context context)"
nameWithType: "MachineLearningServices.deleteWithResponse(String resourceGroupName, String workspaceName, String serviceName, Context context)"
summary: "Delete a specific Service.."
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 service."
name: "serviceName"
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> deleteWithResponse(String resourceGroupName, String workspaceName, String serviceName, Context context)"
desc: "Delete a specific Service.."
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.models.MachineLearningServices.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.get(String resourceGroupName, String workspaceName, String serviceName)"
name: "get(String resourceGroupName, String workspaceName, String serviceName)"
nameWithType: "MachineLearningServices.get(String resourceGroupName, String workspaceName, String serviceName)"
summary: "Get a Service by 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 service."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ServiceResource get(String resourceGroupName, String workspaceName, String serviceName)"
desc: "Get a Service by name."
returns:
description: "a Service by name."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ServiceResource?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceResource&text=ServiceResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.getById(String id)"
name: "getById(String id)"
nameWithType: "MachineLearningServices.getById(String id)"
summary: "Get a Service by 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 ServiceResource getById(String id)"
desc: "Get a Service by name."
returns:
description: "a Service by name."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ServiceResource?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceResource&text=ServiceResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.getByIdWithResponse(java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.getByIdWithResponse(String id, Boolean expand, Context context)"
name: "getByIdWithResponse(String id, Boolean expand, Context context)"
nameWithType: "MachineLearningServices.getByIdWithResponse(String id, Boolean expand, Context context)"
summary: "Get a Service by 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: "Set to True to include Model details."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</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<ServiceResource> getByIdWithResponse(String id, Boolean expand, Context context)"
desc: "Get a Service by name."
returns:
description: "a Service by 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.models.ServiceResource?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceResource&text=ServiceResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.getWithResponse(String resourceGroupName, String workspaceName, String serviceName, Boolean expand, Context context)"
name: "getWithResponse(String resourceGroupName, String workspaceName, String serviceName, Boolean expand, Context context)"
nameWithType: "MachineLearningServices.getWithResponse(String resourceGroupName, String workspaceName, String serviceName, Boolean expand, Context context)"
summary: "Get a Service by 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 service."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Set to True to include Model details."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</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<ServiceResource> getWithResponse(String resourceGroupName, String workspaceName, String serviceName, Boolean expand, Context context)"
desc: "Get a Service by name."
returns:
description: "a Service by 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.models.ServiceResource?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceResource&text=ServiceResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.listByWorkspace(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.listByWorkspace(String resourceGroupName, String workspaceName)"
name: "listByWorkspace(String resourceGroupName, String workspaceName)"
nameWithType: "MachineLearningServices.listByWorkspace(String resourceGroupName, String workspaceName)"
summary: "Gets services 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<ServiceResource> listByWorkspace(String resourceGroupName, String workspaceName)"
desc: "Gets services in specified workspace."
returns:
description: "services 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.models.ServiceResource?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceResource&text=ServiceResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.listByWorkspace(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,com.azure.resourcemanager.machinelearningservices.models.OrderString,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.MachineLearningServices.listByWorkspace(String resourceGroupName, String workspaceName, String skip, String modelId, String modelName, String tag, String tags, String properties, String runId, Boolean expand, OrderString orderby, Context context)"
name: "listByWorkspace(String resourceGroupName, String workspaceName, String skip, String modelId, String modelName, String tag, String tags, String properties, String runId, Boolean expand, OrderString orderby, Context context)"
nameWithType: "MachineLearningServices.listByWorkspace(String resourceGroupName, String workspaceName, String skip, String modelId, String modelName, String tag, String tags, String properties, String runId, Boolean expand, OrderString orderby, Context context)"
summary: "Gets services 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 Model Id."
name: "modelId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Model name."
name: "modelName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The object tag."
name: "tag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A set of tags with which to filter the returned services. It is a comma separated string of tags key\n or tags key=value Example: tagKey1,tagKey2,tagKey3=value3 ."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A set of properties with which to filter the returned services. It is a comma separated string\n of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 ."
name: "properties"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "runId for model associated with service."
name: "runId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Set to True to include Model details."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "The option to order the response."
name: "orderby"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.OrderString?alt=com.azure.resourcemanager.machinelearningservices.models.OrderString&text=OrderString\" 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 PagedIterable<ServiceResource> listByWorkspace(String resourceGroupName, String workspaceName, String skip, String modelId, String modelName, String tag, String tags, String properties, String runId, Boolean expand, OrderString orderby, Context context)"
desc: "Gets services in specified workspace."
returns:
description: "services 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.models.ServiceResource?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceResource&text=ServiceResource\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of MachineLearningServices."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1