BatchDeploymentsOperations interface

Interface représentant une opération de BatchDeployments.

Propriétés

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Crée/met à jour un déploiement d’inférence par lots (asynchrone).

delete

Supprimer le déploiement d’inférence Batch (asynchrone).

get

Obtient un déploiement d’inférence par lot par ID.

list

Répertorie les déploiements d’inférence par lots dans l’espace de travail.

update

Mettez à jour un déploiement d’inférence par lots (asynchrone).

Détails de la propriété

beginCreateOrUpdate

Avertissement

Cette API est à présent déconseillée.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

beginCreateOrUpdateAndWait

Avertissement

Cette API est à présent déconseillée.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => Promise<BatchDeployment>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => Promise<BatchDeployment>

beginDelete

Avertissement

Cette API est à présent déconseillée.

use delete instead

beginDelete: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Avertissement

Cette API est à présent déconseillée.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams) => Promise<void>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams) => Promise<void>

beginUpdate

Avertissement

Cette API est à présent déconseillée.

use update instead

beginUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

beginUpdateAndWait

Avertissement

Cette API est à présent déconseillée.

use update instead

beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => Promise<BatchDeployment>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => Promise<BatchDeployment>

createOrUpdate

Crée/met à jour un déploiement d’inférence par lots (asynchrone).

createOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BatchDeployment>, BatchDeployment>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BatchDeployment>, BatchDeployment>

delete

Supprimer le déploiement d’inférence Batch (asynchrone).

delete: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Obtient un déploiement d’inférence par lot par ID.

get: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsGetOptionalParams) => Promise<BatchDeployment>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsGetOptionalParams) => Promise<BatchDeployment>

list

Répertorie les déploiements d’inférence par lots dans l’espace de travail.

list: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchDeploymentsListOptionalParams) => PagedAsyncIterableIterator<BatchDeployment, BatchDeployment[], PageSettings>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchDeploymentsListOptionalParams) => PagedAsyncIterableIterator<BatchDeployment, BatchDeployment[], PageSettings>

update

Mettez à jour un déploiement d’inférence par lots (asynchrone).

update: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => PollerLike<OperationState<BatchDeployment>, BatchDeployment>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => PollerLike<OperationState<BatchDeployment>, BatchDeployment>