BatchDeploymentsOperations interface
A BatchDeployments műveleteket reprezentáló interfész.
Tulajdonságok
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Kötegkövető üzembe helyezést hoz létre/frissít (aszinkron). |
| delete | Batch Inference üzembe helyezésének törlése (aszinkron). |
| get | Lekéri a kötegelt következtetés üzembe helyezését azonosító alapján. |
| list | Felsorolja a Batch-következtetési üzemelő példányokat a munkaterületen. |
| update | Kötegelt következtetés üzembe helyezésének frissítése (aszinkron). |
Tulajdonság adatai
beginCreateOrUpdate
Figyelmeztetés
Ez az API már elavult.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
Tulajdonság értéke
(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
beginCreateOrUpdateAndWait
Figyelmeztetés
Ez az API már elavult.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => Promise<BatchDeployment>
Tulajdonság értéke
(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => Promise<BatchDeployment>
beginDelete
Figyelmeztetés
Ez az API már elavult.
use delete instead
beginDelete: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Tulajdonság értéke
(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Figyelmeztetés
Ez az API már elavult.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams) => Promise<void>
Tulajdonság értéke
(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams) => Promise<void>
beginUpdate
Figyelmeztetés
Ez az API már elavult.
use update instead
beginUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
Tulajdonság értéke
(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
beginUpdateAndWait
Figyelmeztetés
Ez az API már elavult.
use update instead
beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => Promise<BatchDeployment>
Tulajdonság értéke
(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => Promise<BatchDeployment>
createOrUpdate
Kötegkövető üzembe helyezést hoz létre/frissít (aszinkron).
createOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BatchDeployment>, BatchDeployment>
Tulajdonság értéke
(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BatchDeployment>, BatchDeployment>
delete
Batch Inference üzembe helyezésének törlése (aszinkron).
delete: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Tulajdonság értéke
(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Lekéri a kötegelt következtetés üzembe helyezését azonosító alapján.
get: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsGetOptionalParams) => Promise<BatchDeployment>
Tulajdonság értéke
(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsGetOptionalParams) => Promise<BatchDeployment>
list
Felsorolja a Batch-következtetési üzemelő példányokat a munkaterületen.
list: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchDeploymentsListOptionalParams) => PagedAsyncIterableIterator<BatchDeployment, BatchDeployment[], PageSettings>
Tulajdonság értéke
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchDeploymentsListOptionalParams) => PagedAsyncIterableIterator<BatchDeployment, BatchDeployment[], PageSettings>
update
Kötegelt következtetés üzembe helyezésének frissítése (aszinkron).
update: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => PollerLike<OperationState<BatchDeployment>, BatchDeployment>
Tulajdonság értéke
(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => PollerLike<OperationState<BatchDeployment>, BatchDeployment>