You need to enable JavaScript to run this app.
导航
StopBatchInferenceJob - 停止批量推理任务
最近更新时间:2024.09.29 10:33:19首次发布时间:2024.09.29 10:33:19

停止批量推理任务

请求参数

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

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

StopBatchInferenceJob

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

Version
String

2024-01-01

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

Id
String

-

批量推理任务的ID

返回参数

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

请求示例

POST /?Action=StopBatchInferenceJob&Version=2024-01-01 HTTP/1.1
Host: open.volcengineapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20240514T133401Z
X-Content-Sha256: 287e874e******d653b44d21e
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240514/cn-beijing/ark/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f

{
    "Id": "bi-20240910175905-tnpj6"
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "202409101759138247DD3B19B734531211",
        "Action": "StopBatchInferenceJob",
        "Version": "2024-01-01",
        "Service": "ark",
        "Region": "cn-beijing"
    },
    "Result": {}
}

错误码

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