You need to enable JavaScript to run this app.
导航
DeleteModelCustomizationJob - 删除模型调优任务
最近更新时间:2025.01.15 16:54:17首次发布时间:2024.05.15 01:48:35

删除模型调优任务

调试

请求参数

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

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

DeleteModelCustomizationJob

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

Version
String

2024-01-01

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

Id
String

mcj-20240***-**

待删除的模型调优任务的ID

返回参数

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

请求示例

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

{
  "Id": "mcj-20240***-**"
}

返回示例

{
  "ResponseMetadata": {
    "RequestId": "20250115163836138227026138053A18",
    "Action": "DeleteModelCustomizationJob",
    "Version": "2024-01-01",
    "Service": "ark",
    "Region": "cn-beijing"
  },
  "Result": {}
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
400
MissingParameter.{{Parameter}}

The required parameter {{Parameter}} is missing.

缺少必要的请求参数。请确认请求参数后重试。

400
InvalidParameter.{{Parameter}}

The specified parameter {{Parameter}} is invalid.

请求参数值不合法。请检查参数值的正确性后重试。

403
OperationDenied.UnsupportedPhase

Operation is denied because operation is not supported while the target is in its current phase.

404
NotFound.{{Parameter}}

The specified {{ResourceType}} {{ResourceContent}} is not found.

指定资源找不到。请确认参数后重试。

500
InternalError

The request has failed due to an unknown error.

未知错误,请稍后重试。如果多次尝试仍失败,请提交工单。