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

删除模型调优任务

调试

请求参数

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

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

DeleteModelCustomizationJob

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

Version
String

2024-01-01

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

Id
String

-

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

返回参数

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

请求示例

{
    "Id": "mcj-20240101000000-a1b2c"
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20240101000000046C7CCC3CCCE87016E3",
        "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.

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