你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchDeployments interface

表示 BatchDeployments 的接口。

方法

beginCreateOrUpdate(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)

创建/更新批处理推理部署(异步)。

beginCreateOrUpdateAndWait(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)

创建/更新批处理推理部署(异步)。

beginDelete(string, string, string, string, BatchDeploymentsDeleteOptionalParams)

删除 Batch 推理部署(异步)。

beginDeleteAndWait(string, string, string, string, BatchDeploymentsDeleteOptionalParams)

删除 Batch 推理部署(异步)。

beginUpdate(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)

更新批处理推理部署(异步)。

beginUpdateAndWait(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)

更新批处理推理部署(异步)。

get(string, string, string, string, BatchDeploymentsGetOptionalParams)

按 ID 获取批处理推理部署。

list(string, string, string, BatchDeploymentsListOptionalParams)

列出工作区中的 Batch 推理部署。

方法详细信息

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

推理部署标识符。

options
BatchDeploymentsDeleteOptionalParams

选项参数。

返回

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

推理部署标识符。

options
BatchDeploymentsDeleteOptionalParams

选项参数。

返回

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 推理部署的标识符。

body
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties

批处理推理部署定义对象。

options
BatchDeploymentsUpdateOptionalParams

选项参数。

返回

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 推理部署的标识符。

body
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties

批处理推理部署定义对象。

options
BatchDeploymentsUpdateOptionalParams

选项参数。

返回

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 部署的标识符。

options
BatchDeploymentsGetOptionalParams

选项参数。

返回

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

终结点名称

options
BatchDeploymentsListOptionalParams

选项参数。

返回