FeaturestoreEntityVersions interface

Interface representing a FeaturestoreEntityVersions.

Method Details

beginCreateOrUpdate(string, string, string, string, FeaturestoreEntityVersion, FeaturestoreEntityVersionsCreateOrUpdateOptionalParams)

Create or update version.

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturestoreEntityVersion, options?: FeaturestoreEntityVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FeaturestoreEntityVersion>, FeaturestoreEntityVersion>>

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.

version

string

Version identifier. This is case-sensitive.

body
FeaturestoreEntityVersion

Version entity to create or update.

Returns

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

beginCreateOrUpdateAndWait(string, string, string, string, FeaturestoreEntityVersion, FeaturestoreEntityVersionsCreateOrUpdateOptionalParams)

Create or update version.

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturestoreEntityVersion, options?: FeaturestoreEntityVersionsCreateOrUpdateOptionalParams): Promise<FeaturestoreEntityVersion>

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.

version

string

Version identifier. This is case-sensitive.

body
FeaturestoreEntityVersion

Version entity to create or update.

Returns

beginDelete(string, string, string, string, FeaturestoreEntityVersionsDeleteOptionalParams)

Delete version.

function beginDelete(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturestoreEntityVersionsDeleteOptionalParams): 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.

version

string

Version identifier. This is case-sensitive.

options
FeaturestoreEntityVersionsDeleteOptionalParams

The options parameters.

Returns

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

beginDeleteAndWait(string, string, string, string, FeaturestoreEntityVersionsDeleteOptionalParams)

Delete version.

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturestoreEntityVersionsDeleteOptionalParams): 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.

version

string

Version identifier. This is case-sensitive.

options
FeaturestoreEntityVersionsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, string, FeaturestoreEntityVersionsGetOptionalParams)

Get version.

function get(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturestoreEntityVersionsGetOptionalParams): Promise<FeaturestoreEntityVersion>

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.

version

string

Version identifier. This is case-sensitive.

options
FeaturestoreEntityVersionsGetOptionalParams

The options parameters.

Returns

list(string, string, string, FeaturestoreEntityVersionsListOptionalParams)

List versions.

function list(resourceGroupName: string, workspaceName: string, name: string, options?: FeaturestoreEntityVersionsListOptionalParams): PagedAsyncIterableIterator<FeaturestoreEntityVersion, FeaturestoreEntityVersion[], PageSettings>

Parameters

resourceGroupName

string

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

workspaceName

string

Name of Azure Machine Learning workspace.

name

string

Feature entity name. This is case-sensitive.

options
FeaturestoreEntityVersionsListOptionalParams

The options parameters.

Returns