Compartir a través de


FeaturesetVersions interface

Interfaz que representa un FeaturesetVersions.

Métodos

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

Relleno.

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

Relleno.

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

Cree o actualice la versión.

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

Cree o actualice la versión.

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

Eliminar versión.

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

Eliminar versión.

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

Obtenga la versión.

list(string, string, string, FeaturesetVersionsListOptionalParams)

Enumerar versiones.

Detalles del método

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

Relleno.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

name

string

Nombre del contenedor. Esto distingue mayúsculas de minúsculas.

version

string

Identificador de versión. Esto distingue mayúsculas de minúsculas.

body
FeaturesetVersionBackfillRequest

Entidad de solicitud de reposición de versión del conjunto de características.

options
FeaturesetVersionsBackfillOptionalParams

Parámetros de opciones.

Devoluciones

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

Relleno.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

name

string

Nombre del contenedor. Esto distingue mayúsculas de minúsculas.

version

string

Identificador de versión. Esto distingue mayúsculas de minúsculas.

body
FeaturesetVersionBackfillRequest

Entidad de solicitud de reposición de versión del conjunto de características.

options
FeaturesetVersionsBackfillOptionalParams

Parámetros de opciones.

Devoluciones

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

Cree o actualice la versión.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

name

string

Nombre del contenedor. Esto distingue mayúsculas de minúsculas.

version

string

Identificador de versión. Esto distingue mayúsculas de minúsculas.

body
FeaturesetVersion

Entidad de versión para crear o actualizar.

options
FeaturesetVersionsCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Cree o actualice la versión.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

name

string

Nombre del contenedor. Esto distingue mayúsculas de minúsculas.

version

string

Identificador de versión. Esto distingue mayúsculas de minúsculas.

body
FeaturesetVersion

Entidad de versión para crear o actualizar.

options
FeaturesetVersionsCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

Eliminar versión.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

name

string

Nombre del contenedor. Esto distingue mayúsculas de minúsculas.

version

string

Identificador de versión. Esto distingue mayúsculas de minúsculas.

options
FeaturesetVersionsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Eliminar versión.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

name

string

Nombre del contenedor. Esto distingue mayúsculas de minúsculas.

version

string

Identificador de versión. Esto distingue mayúsculas de minúsculas.

options
FeaturesetVersionsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

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

Obtenga la versión.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

name

string

Nombre del contenedor. Esto distingue mayúsculas de minúsculas.

version

string

Identificador de versión. Esto distingue mayúsculas de minúsculas.

options
FeaturesetVersionsGetOptionalParams

Parámetros de opciones.

Devoluciones

list(string, string, string, FeaturesetVersionsListOptionalParams)

Enumerar versiones.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

name

string

Nombre del conjunto de características. Esto distingue mayúsculas de minúsculas.

options
FeaturesetVersionsListOptionalParams

Parámetros de opciones.

Devoluciones