You need to enable JavaScript to run this app.
导航
DeleteBatchInferenceJob - 删除批量推理任务
最近更新时间:2024.11.04 19:30:22首次发布时间:2024.09.29 10:33:19

删除批量推理任务

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

DeleteBatchInferenceJob

要执行的操作,取值:DeleteBatchInferenceJob。

Version
String

2024-01-01

API的版本,取值:2024-01-01。

DryRun
Boolean

true

是否仅对此请求进行预检。取值: - true:发送检查请求。 - false(默认):发送正常请求

Id
String

-

批量推理任务的ID

返回参数

本接口无特有的返回参数。更多信息请见返回结构

请求示例

{
    "Id": "IS4VOHMRBj",
    "DryRun": false
}

返回示例

{
  "ResponseMetadata": {
    "RequestId": "202411012044302531090851016F6034",
    "Action": "DeleteBatchInferenceJob",
    "Version": "2024-01-01",
    "Service": "ark",
    "Region": "cn-beijing"
  },
  "Result": {}
}

错误码

您可访问公共错误码,获取更多错误码信息。