FeaturesetVersions interface

Interface die een FeaturesetVersions vertegenwoordigt.

Methodedetails

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

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

name

string

Containernaam. Dit is hoofdlettergevoelig.

version

string

Versie-id. Dit is hoofdlettergevoelig.

body
FeaturesetVersionBackfillRequest

Entiteit voor het doorvoeren van functiesetversies.

options
FeaturesetVersionsBackfillOptionalParams

De optiesparameters.

Retouren

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

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

name

string

Containernaam. Dit is hoofdlettergevoelig.

version

string

Versie-id. Dit is hoofdlettergevoelig.

body
FeaturesetVersionBackfillRequest

Entiteit voor het doorvoeren van functiesetversies.

options
FeaturesetVersionsBackfillOptionalParams

De optiesparameters.

Retouren

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

Versie maken of bijwerken.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

name

string

Containernaam. Dit is hoofdlettergevoelig.

version

string

Versie-id. Dit is hoofdlettergevoelig.

body
FeaturesetVersion

Versie-entiteit om te maken of bij te werken.

options
FeaturesetVersionsCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

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

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

Versie maken of bijwerken.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

name

string

Containernaam. Dit is hoofdlettergevoelig.

version

string

Versie-id. Dit is hoofdlettergevoelig.

body
FeaturesetVersion

Versie-entiteit om te maken of bij te werken.

options
FeaturesetVersionsCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

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

Versie verwijderen.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

name

string

Containernaam. Dit is hoofdlettergevoelig.

version

string

Versie-id. Dit is hoofdlettergevoelig.

options
FeaturesetVersionsDeleteOptionalParams

De optiesparameters.

Retouren

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

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

Versie verwijderen.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

name

string

Containernaam. Dit is hoofdlettergevoelig.

version

string

Versie-id. Dit is hoofdlettergevoelig.

options
FeaturesetVersionsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

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

Versie ophalen.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

name

string

Containernaam. Dit is hoofdlettergevoelig.

version

string

Versie-id. Dit is hoofdlettergevoelig.

options
FeaturesetVersionsGetOptionalParams

De optiesparameters.

Retouren

list(string, string, string, FeaturesetVersionsListOptionalParams)

Lijst met versies.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

Naam van Azure Machine Learning-werkruimte.

name

string

Naam van functieset. Dit is hoofdlettergevoelig.

options
FeaturesetVersionsListOptionalParams

De optiesparameters.

Retouren