Partilhar via


FeaturesetVersions interface

Interface que representa um FeaturesetVersions.

Métodos

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

Enchimento.

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

Enchimento.

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

Crie ou atualize a versão.

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

Crie ou atualize a versão.

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

Excluir versão.

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

Excluir versão.

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

Obter versão.

list(string, string, string, FeaturesetVersionsListOptionalParams)

Listar versões.

Detalhes de Método

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

Enchimento.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do espaço de trabalho do Azure Machine Learning.

name

string

Nome do contêiner. Isso diferencia maiúsculas de minúsculas.

version

string

Identificador de versão. Isso diferencia maiúsculas de minúsculas.

body
FeaturesetVersionBackfillRequest

Entidade de solicitação de preenchimento de versão do conjunto de recursos.

options
FeaturesetVersionsBackfillOptionalParams

Os parâmetros de opções.

Devoluções

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

Enchimento.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do espaço de trabalho do Azure Machine Learning.

name

string

Nome do contêiner. Isso diferencia maiúsculas de minúsculas.

version

string

Identificador de versão. Isso diferencia maiúsculas de minúsculas.

body
FeaturesetVersionBackfillRequest

Entidade de solicitação de preenchimento de versão do conjunto de recursos.

options
FeaturesetVersionsBackfillOptionalParams

Os parâmetros de opções.

Devoluções

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

Crie ou atualize a versão.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do espaço de trabalho do Azure Machine Learning.

name

string

Nome do contêiner. Isso diferencia maiúsculas de minúsculas.

version

string

Identificador de versão. Isso diferencia maiúsculas de minúsculas.

body
FeaturesetVersion

Entidade de versão a ser criada ou atualizada.

options
FeaturesetVersionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

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

Crie ou atualize a versão.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do espaço de trabalho do Azure Machine Learning.

name

string

Nome do contêiner. Isso diferencia maiúsculas de minúsculas.

version

string

Identificador de versão. Isso diferencia maiúsculas de minúsculas.

body
FeaturesetVersion

Entidade de versão a ser criada ou atualizada.

options
FeaturesetVersionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

Excluir versão.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do espaço de trabalho do Azure Machine Learning.

name

string

Nome do contêiner. Isso diferencia maiúsculas de minúsculas.

version

string

Identificador de versão. Isso diferencia maiúsculas de minúsculas.

options
FeaturesetVersionsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

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

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

Excluir versão.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do espaço de trabalho do Azure Machine Learning.

name

string

Nome do contêiner. Isso diferencia maiúsculas de minúsculas.

version

string

Identificador de versão. Isso diferencia maiúsculas de minúsculas.

options
FeaturesetVersionsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

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

Obter versão.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do espaço de trabalho do Azure Machine Learning.

name

string

Nome do contêiner. Isso diferencia maiúsculas de minúsculas.

version

string

Identificador de versão. Isso diferencia maiúsculas de minúsculas.

options
FeaturesetVersionsGetOptionalParams

Os parâmetros de opções.

Devoluções

list(string, string, string, FeaturesetVersionsListOptionalParams)

Listar versões.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do espaço de trabalho do Azure Machine Learning.

name

string

Nome do conjunto de recursos. Isso diferencia maiúsculas de minúsculas.

options
FeaturesetVersionsListOptionalParams

Os parâmetros de opções.

Devoluções