BatchEndpoints interface
表示 BatchEndpoints 的介面。
方法
方法詳細資料
beginCreateOrUpdate(string, string, string, BatchEndpoint, BatchEndpointsCreateOrUpdateOptionalParams)
(非同步) 建立批次推斷端點。
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
Batch 推斷端點的名稱。
- body
- BatchEndpoint
批次推斷端點定義物件。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>
beginCreateOrUpdateAndWait(string, string, string, BatchEndpoint, BatchEndpointsCreateOrUpdateOptionalParams)
(非同步) 建立批次推斷端點。
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams): Promise<BatchEndpoint>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
Batch 推斷端點的名稱。
- body
- BatchEndpoint
批次推斷端點定義物件。
選項參數。
傳回
Promise<BatchEndpoint>
beginDelete(string, string, string, BatchEndpointsDeleteOptionalParams)
刪除 Batch 推斷端點 (非同步) 。
function beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
推斷端點名稱。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, BatchEndpointsDeleteOptionalParams)
刪除 Batch 推斷端點 (非同步) 。
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
推斷端點名稱。
選項參數。
傳回
Promise<void>
beginUpdate(string, string, string, PartialMinimalTrackedResourceWithIdentity, BatchEndpointsUpdateOptionalParams)
(非同步) 更新批次推斷端點。
function beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
Batch 推斷端點的名稱。
可變動的批次推斷端點定義物件。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>
beginUpdateAndWait(string, string, string, PartialMinimalTrackedResourceWithIdentity, BatchEndpointsUpdateOptionalParams)
(非同步) 更新批次推斷端點。
function beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams): Promise<BatchEndpoint>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
Batch 推斷端點的名稱。
可變動的批次推斷端點定義物件。
選項參數。
傳回
Promise<BatchEndpoint>
get(string, string, string, BatchEndpointsGetOptionalParams)
依名稱取得批次推斷端點。
function get(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsGetOptionalParams): Promise<BatchEndpoint>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
Batch 端點的名稱。
- options
- BatchEndpointsGetOptionalParams
選項參數。
傳回
Promise<BatchEndpoint>
list(string, string, BatchEndpointsListOptionalParams)
列出工作區中的 Batch 推斷端點。
function list(resourceGroupName: string, workspaceName: string, options?: BatchEndpointsListOptionalParams): PagedAsyncIterableIterator<BatchEndpoint, BatchEndpoint[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- options
- BatchEndpointsListOptionalParams
選項參數。
傳回
listKeys(string, string, string, BatchEndpointsListKeysOptionalParams)
列出批次推斷端點金鑰。
function listKeys(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsListKeysOptionalParams): Promise<EndpointAuthKeys>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- endpointName
-
string
推斷端點名稱。
選項參數。
傳回
Promise<EndpointAuthKeys>