FeaturestoreEntityContainers interface

Interface representing a FeaturestoreEntityContainers.

Methods

beginCreateOrUpdate(string, string, string, FeaturestoreEntityContainer, FeaturestoreEntityContainersCreateOrUpdateOptionalParams)

Create or update container.

beginCreateOrUpdateAndWait(string, string, string, FeaturestoreEntityContainer, FeaturestoreEntityContainersCreateOrUpdateOptionalParams)

Create or update container.

beginDelete(string, string, string, FeaturestoreEntityContainersDeleteOptionalParams)

Delete container.

beginDeleteAndWait(string, string, string, FeaturestoreEntityContainersDeleteOptionalParams)

Delete container.

getEntity(string, string, string, FeaturestoreEntityContainersGetEntityOptionalParams)

Get container.

list(string, string, FeaturestoreEntityContainersListOptionalParams)

List featurestore entity containers.

Method Details

beginCreateOrUpdate(string, string, string, FeaturestoreEntityContainer, FeaturestoreEntityContainersCreateOrUpdateOptionalParams)

Create or update container.

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: FeaturestoreEntityContainer, options?: FeaturestoreEntityContainersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FeaturestoreEntityContainer>, FeaturestoreEntityContainer>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

name

string

Container name. This is case-sensitive.

body
FeaturestoreEntityContainer

Container entity to create or update.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<FeaturestoreEntityContainer>, FeaturestoreEntityContainer>>

beginCreateOrUpdateAndWait(string, string, string, FeaturestoreEntityContainer, FeaturestoreEntityContainersCreateOrUpdateOptionalParams)

Create or update container.

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, name: string, body: FeaturestoreEntityContainer, options?: FeaturestoreEntityContainersCreateOrUpdateOptionalParams): Promise<FeaturestoreEntityContainer>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

name

string

Container name. This is case-sensitive.

body
FeaturestoreEntityContainer

Container entity to create or update.

Returns

beginDelete(string, string, string, FeaturestoreEntityContainersDeleteOptionalParams)

Delete container.

function beginDelete(resourceGroupName: string, workspaceName: string, name: string, options?: FeaturestoreEntityContainersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

name

string

Container name. This is case-sensitive.

options
FeaturestoreEntityContainersDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, FeaturestoreEntityContainersDeleteOptionalParams)

Delete container.

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, name: string, options?: FeaturestoreEntityContainersDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

name

string

Container name. This is case-sensitive.

options
FeaturestoreEntityContainersDeleteOptionalParams

The options parameters.

Returns

Promise<void>

getEntity(string, string, string, FeaturestoreEntityContainersGetEntityOptionalParams)

Get container.

function getEntity(resourceGroupName: string, workspaceName: string, name: string, options?: FeaturestoreEntityContainersGetEntityOptionalParams): Promise<FeaturestoreEntityContainer>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

name

string

Container name. This is case-sensitive.

options
FeaturestoreEntityContainersGetEntityOptionalParams

The options parameters.

Returns

list(string, string, FeaturestoreEntityContainersListOptionalParams)

List featurestore entity containers.

function list(resourceGroupName: string, workspaceName: string, options?: FeaturestoreEntityContainersListOptionalParams): PagedAsyncIterableIterator<FeaturestoreEntityContainer, FeaturestoreEntityContainer[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

options
FeaturestoreEntityContainersListOptionalParams

The options parameters.

Returns