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 机器学习工作区的名称。
- 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 机器学习工作区的名称。
- 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 机器学习工作区的名称。
- 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 机器学习工作区的名称。
- 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 机器学习工作区的名称。
- 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 机器学习工作区的名称。
- endpointName
-
string
推理终结点名称
- deploymentName
-
string
Batch 推理部署的标识符。
批处理推理部署定义对象。
选项参数。
返回
Promise<BatchDeployment>
get(string, string, string, string, BatchDeploymentsGetOptionalParams)
按 ID 获取批处理推理部署。
function get(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsGetOptionalParams): Promise<BatchDeployment>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- workspaceName
-
string
Azure 机器学习工作区的名称。
- 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 机器学习工作区的名称。
- endpointName
-
string
终结点名称
选项参数。