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

244 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers"
fullName: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers"
name: "FeaturestoreEntityContainers"
nameWithType: "FeaturestoreEntityContainers"
summary: "Resource collection API of Featurestore<wbr>Entity<wbr>Containers."
syntax: "public interface **FeaturestoreEntityContainers**"
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.define(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.define(String name)"
name: "define(String name)"
nameWithType: "FeaturestoreEntityContainers.define(String name)"
summary: "Begins definition for a new Featurestore<wbr>Entity<wbr>Container 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 FeaturestoreEntityContainer.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new FeaturestoreEntityContainer resource."
returns:
description: "the first stage of the new FeaturestoreEntityContainer definition."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainer.DefinitionStages.Blank?alt=com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainer.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.delete(String resourceGroupName, String workspaceName, String name)"
name: "delete(String resourceGroupName, String workspaceName, String name)"
nameWithType: "FeaturestoreEntityContainers.delete(String resourceGroupName, String workspaceName, String name)"
summary: "Delete container."
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: "Container name. This is case-sensitive."
name: "name"
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 name)"
desc: "Delete container."
- uid: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.delete(String resourceGroupName, String workspaceName, String name, Context context)"
name: "delete(String resourceGroupName, String workspaceName, String name, Context context)"
nameWithType: "FeaturestoreEntityContainers.delete(String resourceGroupName, String workspaceName, String name, Context context)"
summary: "Delete container."
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: "Container name. This is case-sensitive."
name: "name"
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 delete(String resourceGroupName, String workspaceName, String name, Context context)"
desc: "Delete container."
- uid: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "FeaturestoreEntityContainers.deleteById(String id)"
summary: "Delete container."
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 container."
- uid: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "FeaturestoreEntityContainers.deleteByIdWithResponse(String id, Context context)"
summary: "Delete container."
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 void deleteByIdWithResponse(String id, Context context)"
desc: "Delete container."
- uid: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.getEntity(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.getEntity(String resourceGroupName, String workspaceName, String name)"
name: "getEntity(String resourceGroupName, String workspaceName, String name)"
nameWithType: "FeaturestoreEntityContainers.getEntity(String resourceGroupName, String workspaceName, String name)"
summary: "Get container."
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: "Container name. This is case-sensitive."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract FeaturestoreEntityContainer getEntity(String resourceGroupName, String workspaceName, String name)"
desc: "Get container."
returns:
description: "container."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainer?alt=com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainer&text=FeaturestoreEntityContainer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.getEntityById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.getEntityById(String id)"
name: "getEntityById(String id)"
nameWithType: "FeaturestoreEntityContainers.getEntityById(String id)"
summary: "Get container."
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 FeaturestoreEntityContainer getEntityById(String id)"
desc: "Get container."
returns:
description: "container 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.FeaturestoreEntityContainer?alt=com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainer&text=FeaturestoreEntityContainer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.getEntityByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.getEntityByIdWithResponse(String id, Context context)"
name: "getEntityByIdWithResponse(String id, Context context)"
nameWithType: "FeaturestoreEntityContainers.getEntityByIdWithResponse(String id, Context context)"
summary: "Get container."
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<FeaturestoreEntityContainer> getEntityByIdWithResponse(String id, Context context)"
desc: "Get container."
returns:
description: "container 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\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainer?alt=com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainer&text=FeaturestoreEntityContainer\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.getEntityWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.getEntityWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
name: "getEntityWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
nameWithType: "FeaturestoreEntityContainers.getEntityWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
summary: "Get container."
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: "Container name. This is case-sensitive."
name: "name"
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<FeaturestoreEntityContainer> getEntityWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
desc: "Get container."
returns:
description: "container 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\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainer?alt=com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainer&text=FeaturestoreEntityContainer\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.list(String resourceGroupName, String workspaceName)"
name: "list(String resourceGroupName, String workspaceName)"
nameWithType: "FeaturestoreEntityContainers.list(String resourceGroupName, String workspaceName)"
summary: "List featurestore entity containers."
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<FeaturestoreEntityContainer> list(String resourceGroupName, String workspaceName)"
desc: "List featurestore entity containers."
returns:
description: "a paginated list of FeaturestoreEntityContainer entities 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\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainer?alt=com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainer&text=FeaturestoreEntityContainer\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearning.models.ListViewType,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainers.list(String resourceGroupName, String workspaceName, String skip, String tags, ListViewType listViewType, Integer pageSize, String name, String description, String createdBy, Context context)"
name: "list(String resourceGroupName, String workspaceName, String skip, String tags, ListViewType listViewType, Integer pageSize, String name, String description, String createdBy, Context context)"
nameWithType: "FeaturestoreEntityContainers.list(String resourceGroupName, String workspaceName, String skip, String tags, ListViewType listViewType, Integer pageSize, String name, String description, String createdBy, Context context)"
summary: "List featurestore entity containers."
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: "Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for\n including/excluding (for example) archived entities."
name: "listViewType"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ListViewType?alt=com.azure.resourcemanager.machinelearning.models.ListViewType&text=ListViewType\" data-throw-if-not-resolved=\"False\" />"
- description: "page size."
name: "pageSize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "name for the featurestore entity."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "description for the featurestore entity."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "createdBy user name."
name: "createdBy"
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<FeaturestoreEntityContainer> list(String resourceGroupName, String workspaceName, String skip, String tags, ListViewType listViewType, Integer pageSize, String name, String description, String createdBy, Context context)"
desc: "List featurestore entity containers."
returns:
description: "a paginated list of FeaturestoreEntityContainer entities 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\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainer?alt=com.azure.resourcemanager.machinelearning.models.FeaturestoreEntityContainer&text=FeaturestoreEntityContainer\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of FeaturestoreEntityContainers."
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0