BatchDeployments interface
Interface représentant un BatchDeployments.
Méthodes
Détails de la méthode
beginCreateOrUpdate(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)
Crée/met à jour un déploiement d’inférence par lots (asynchrone).
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
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
- deploymentName
-
string
Identificateur du déploiement d’inférence Batch.
- body
- BatchDeployment
Objet de définition de déploiement d’inférence batch.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
beginCreateOrUpdateAndWait(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)
Crée/met à jour un déploiement d’inférence par lots (asynchrone).
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<BatchDeployment>
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
- deploymentName
-
string
Identificateur du déploiement d’inférence Batch.
- body
- BatchDeployment
Objet de définition de déploiement d’inférence batch.
Paramètres d’options.
Retours
Promise<BatchDeployment>
beginDelete(string, string, string, string, BatchDeploymentsDeleteOptionalParams)
Supprimer le déploiement d’inférence Batch (asynchrone).
function beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams): 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
- deploymentName
-
string
Identificateur de déploiement d’inférence.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, BatchDeploymentsDeleteOptionalParams)
Supprimer le déploiement d’inférence Batch (asynchrone).
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams): 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
- deploymentName
-
string
Identificateur de déploiement d’inférence.
Paramètres d’options.
Retours
Promise<void>
beginUpdate(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)
Mettez à jour un déploiement d’inférence par lots (asynchrone).
function beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
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
- deploymentName
-
string
Identificateur du déploiement d’inférence Batch.
Objet de définition de déploiement d’inférence batch.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
beginUpdateAndWait(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)
Mettez à jour un déploiement d’inférence par lots (asynchrone).
function beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<BatchDeployment>
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
- deploymentName
-
string
Identificateur du déploiement d’inférence Batch.
Objet de définition de déploiement d’inférence batch.
Paramètres d’options.
Retours
Promise<BatchDeployment>
get(string, string, string, string, BatchDeploymentsGetOptionalParams)
Obtient un déploiement d’inférence par lot par ID.
function get(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsGetOptionalParams): Promise<BatchDeployment>
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
- deploymentName
-
string
Identificateur des déploiements Batch.
Paramètres d’options.
Retours
Promise<BatchDeployment>
list(string, string, string, BatchDeploymentsListOptionalParams)
Répertorie les déploiements d’inférence Batch dans l’espace de travail.
function list(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchDeploymentsListOptionalParams): PagedAsyncIterableIterator<BatchDeployment, BatchDeployment[], 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.
- endpointName
-
string
Nom du point de terminaison
Paramètres d’options.