FeaturesetVersions interface

Interface representing a FeaturesetVersions.

Methods

beginBackfill(string, string, string, string, FeaturesetVersionBackfillRequest, FeaturesetVersionsBackfillOptionalParams)

Backfill.

beginBackfillAndWait(string, string, string, string, FeaturesetVersionBackfillRequest, FeaturesetVersionsBackfillOptionalParams)

Backfill.

beginCreateOrUpdate(string, string, string, string, FeaturesetVersion, FeaturesetVersionsCreateOrUpdateOptionalParams)

Create or update version.

beginCreateOrUpdateAndWait(string, string, string, string, FeaturesetVersion, FeaturesetVersionsCreateOrUpdateOptionalParams)

Create or update version.

beginDelete(string, string, string, string, FeaturesetVersionsDeleteOptionalParams)

Delete version.

beginDeleteAndWait(string, string, string, string, FeaturesetVersionsDeleteOptionalParams)

Delete version.

get(string, string, string, string, FeaturesetVersionsGetOptionalParams)

Get version.

list(string, string, string, FeaturesetVersionsListOptionalParams)

List versions.

Method Details

beginBackfill(string, string, string, string, FeaturesetVersionBackfillRequest, FeaturesetVersionsBackfillOptionalParams)

Backfill.

function beginBackfill(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams): Promise<SimplePollerLike<OperationState<FeaturesetVersionBackfillResponse>, FeaturesetVersionBackfillResponse>>

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
FeaturesetVersionBackfillRequest

Feature set version backfill request entity.

options
FeaturesetVersionsBackfillOptionalParams

The options parameters.

Returns

beginBackfillAndWait(string, string, string, string, FeaturesetVersionBackfillRequest, FeaturesetVersionsBackfillOptionalParams)

Backfill.

function beginBackfillAndWait(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams): Promise<FeaturesetVersionBackfillResponse>

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
FeaturesetVersionBackfillRequest

Feature set version backfill request entity.

options
FeaturesetVersionsBackfillOptionalParams

The options parameters.

Returns

beginCreateOrUpdate(string, string, string, string, FeaturesetVersion, FeaturesetVersionsCreateOrUpdateOptionalParams)

Create or update version.

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

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
FeaturesetVersion

Version entity to create or update.

options
FeaturesetVersionsCreateOrUpdateOptionalParams

The options parameters.

Returns

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

beginCreateOrUpdateAndWait(string, string, string, string, FeaturesetVersion, FeaturesetVersionsCreateOrUpdateOptionalParams)

Create or update version.

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

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
FeaturesetVersion

Version entity to create or update.

options
FeaturesetVersionsCreateOrUpdateOptionalParams

The options parameters.

Returns

beginDelete(string, string, string, string, FeaturesetVersionsDeleteOptionalParams)

Delete version.

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

The options parameters.

Returns

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

beginDeleteAndWait(string, string, string, string, FeaturesetVersionsDeleteOptionalParams)

Delete version.

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

The options parameters.

Returns

Promise<void>

get(string, string, string, string, FeaturesetVersionsGetOptionalParams)

Get version.

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

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
FeaturesetVersionsGetOptionalParams

The options parameters.

Returns

list(string, string, string, FeaturesetVersionsListOptionalParams)

List versions.

function list(resourceGroupName: string, workspaceName: string, name: string, options?: FeaturesetVersionsListOptionalParams): PagedAsyncIterableIterator<FeaturesetVersion, FeaturesetVersion[], 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

Featureset name. This is case-sensitive.

options
FeaturesetVersionsListOptionalParams

The options parameters.

Returns