Partager via


BatchEndpoints interface

Interface représentant un BatchEndpoints.

Méthodes

beginCreateOrUpdate(string, string, string, BatchEndpoint, BatchEndpointsCreateOrUpdateOptionalParams)

Crée un point de terminaison d’inférence par lots (asynchrone).

beginCreateOrUpdateAndWait(string, string, string, BatchEndpoint, BatchEndpointsCreateOrUpdateOptionalParams)

Crée un point de terminaison d’inférence par lots (asynchrone).

beginDelete(string, string, string, BatchEndpointsDeleteOptionalParams)

Supprimer le point de terminaison d’inférence par lots (asynchrone).

beginDeleteAndWait(string, string, string, BatchEndpointsDeleteOptionalParams)

Supprimer le point de terminaison d’inférence par lots (asynchrone).

beginUpdate(string, string, string, PartialMinimalTrackedResourceWithIdentity, BatchEndpointsUpdateOptionalParams)

Mettre à jour un point de terminaison d’inférence par lots (asynchrone).

beginUpdateAndWait(string, string, string, PartialMinimalTrackedResourceWithIdentity, BatchEndpointsUpdateOptionalParams)

Mettre à jour un point de terminaison d’inférence par lots (asynchrone).

get(string, string, string, BatchEndpointsGetOptionalParams)

Obtient un point de terminaison d’inférence par lot par nom.

list(string, string, BatchEndpointsListOptionalParams)

Répertorie le point de terminaison d’inférence Batch dans l’espace de travail.

listKeys(string, string, string, BatchEndpointsListKeysOptionalParams)

Répertorie les clés de point de terminaison d’inférence par lot.

Détails de la méthode

beginCreateOrUpdate(string, string, string, BatchEndpoint, BatchEndpointsCreateOrUpdateOptionalParams)

Crée un point de terminaison d’inférence par lots (asynchrone).

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

endpointName

string

Nom du point de terminaison d’inférence Batch.

body
BatchEndpoint

Objet de définition de point de terminaison d’inférence par lots.

options
BatchEndpointsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

beginCreateOrUpdateAndWait(string, string, string, BatchEndpoint, BatchEndpointsCreateOrUpdateOptionalParams)

Crée un point de terminaison d’inférence par lots (asynchrone).

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams): Promise<BatchEndpoint>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

endpointName

string

Nom du point de terminaison d’inférence Batch.

body
BatchEndpoint

Objet de définition de point de terminaison d’inférence par lots.

options
BatchEndpointsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<BatchEndpoint>

beginDelete(string, string, string, BatchEndpointsDeleteOptionalParams)

Supprimer le point de terminaison d’inférence par lots (asynchrone).

function beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

endpointName

string

Nom du point de terminaison d’inférence.

options
BatchEndpointsDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, BatchEndpointsDeleteOptionalParams)

Supprimer le point de terminaison d’inférence par lots (asynchrone).

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

endpointName

string

Nom du point de terminaison d’inférence.

options
BatchEndpointsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginUpdate(string, string, string, PartialMinimalTrackedResourceWithIdentity, BatchEndpointsUpdateOptionalParams)

Mettre à jour un point de terminaison d’inférence par lots (asynchrone).

function beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

endpointName

string

Nom du point de terminaison d’inférence Batch.

body
PartialMinimalTrackedResourceWithIdentity

Objet de définition de point de terminaison d’inférence par lot mutable.

options
BatchEndpointsUpdateOptionalParams

Paramètres d’options.

Retours

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

beginUpdateAndWait(string, string, string, PartialMinimalTrackedResourceWithIdentity, BatchEndpointsUpdateOptionalParams)

Mettre à jour un point de terminaison d’inférence par lots (asynchrone).

function beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams): Promise<BatchEndpoint>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

endpointName

string

Nom du point de terminaison d’inférence Batch.

body
PartialMinimalTrackedResourceWithIdentity

Objet de définition de point de terminaison d’inférence par lot mutable.

options
BatchEndpointsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<BatchEndpoint>

get(string, string, string, BatchEndpointsGetOptionalParams)

Obtient un point de terminaison d’inférence par lot par nom.

function get(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsGetOptionalParams): Promise<BatchEndpoint>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

endpointName

string

Nom du point de terminaison Batch.

options
BatchEndpointsGetOptionalParams

Paramètres d’options.

Retours

Promise<BatchEndpoint>

list(string, string, BatchEndpointsListOptionalParams)

Répertorie le point de terminaison d’inférence Batch dans l’espace de travail.

function list(resourceGroupName: string, workspaceName: string, options?: BatchEndpointsListOptionalParams): PagedAsyncIterableIterator<BatchEndpoint, BatchEndpoint[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

options
BatchEndpointsListOptionalParams

Paramètres d’options.

Retours

listKeys(string, string, string, BatchEndpointsListKeysOptionalParams)

Répertorie les clés de point de terminaison d’inférence par lot.

function listKeys(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsListKeysOptionalParams): Promise<EndpointAuthKeys>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

endpointName

string

Nom du point de terminaison d’inférence.

options
BatchEndpointsListKeysOptionalParams

Paramètres d’options.

Retours

Promise<EndpointAuthKeys>