BatchDeployments interface
代表 BatchDeployments 的介面。
方法
方法詳細資料
beginCreateOrUpdate(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)
建立/更新批次推斷部署 (異步)。
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
推斷端點名稱
- deploymentName
-
string
Batch 推斷部署的標識碼。
- body
- BatchDeployment
批次推斷部署定義物件。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
beginCreateOrUpdateAndWait(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)
建立/更新批次推斷部署 (異步)。
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<BatchDeployment>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
推斷端點名稱
- deploymentName
-
string
Batch 推斷部署的標識碼。
- body
- BatchDeployment
批次推斷部署定義物件。
選項參數。
傳回
Promise<BatchDeployment>
beginDelete(string, string, string, string, BatchDeploymentsDeleteOptionalParams)
刪除 Batch 推斷部署 (異步)。
function beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
端點名稱
- deploymentName
-
string
推斷部署標識碼。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, BatchDeploymentsDeleteOptionalParams)
刪除 Batch 推斷部署 (異步)。
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
端點名稱
- deploymentName
-
string
推斷部署標識碼。
選項參數。
傳回
Promise<void>
beginUpdate(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)
更新批次推斷部署 (異步)。
function beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
推斷端點名稱
- deploymentName
-
string
Batch 推斷部署的標識碼。
批次推斷部署定義物件。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
beginUpdateAndWait(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)
更新批次推斷部署 (異步)。
function beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<BatchDeployment>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
推斷端點名稱
- deploymentName
-
string
Batch 推斷部署的標識碼。
批次推斷部署定義物件。
選項參數。
傳回
Promise<BatchDeployment>
get(string, string, string, string, BatchDeploymentsGetOptionalParams)
依標識碼取得批次推斷部署。
function get(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsGetOptionalParams): Promise<BatchDeployment>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
端點名稱
- deploymentName
-
string
Batch 部署的標識碼。
選項參數。
傳回
Promise<BatchDeployment>
list(string, string, string, BatchDeploymentsListOptionalParams)
列出工作區中的 Batch 推斷部署。
function list(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchDeploymentsListOptionalParams): PagedAsyncIterableIterator<BatchDeployment, BatchDeployment[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
端點名稱
選項參數。