You need to enable JavaScript to run this app.
导航
ResumeModelCustomizationJob - 重试模型调优任务
最近更新时间:2025.05.23 18:01:24首次发布时间:2024.09.18 13:35:58
我的收藏
有用
有用
无用
无用

续训任务

调试

请求参数

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

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

ResumeModelCustomizationJob

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

Version
String

2024-01-01

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

Id
String

mcj-20240710130531-57fch

ID

返回参数

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

请求示例

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

返回示例

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

当前精调任务的阶段不支持重试,例如预处理、运行中等阶段

403
OperationDenied.OutputExpired

Operation is denied because the specified output is no longer available for export as it has reached the expiration time.

当前精调任务的产物已经过期,不支持重试

403
OperationDenied.UnrecoverableFailure

Operation is denied because the ModelCustomizationJob was failed on an unrecoverable error and cannot be resumed.

当前操作被拒绝,因为此精调任务遇到不可重试错误

403
OperationDenied.RetryLimited

Operation is denied because the ModelCustomizationJob has reached its retry limit.

当前操作被拒绝,因为此精调任务已经触及最大重试上限

403
OperationDenied.ConcurrentUpdate

Operation is denied because the operation are being modified concurrently

当前操作被拒绝,因为此精调任务正在被多个用户同时修改

404
NotFound.{{Parameter}}

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

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

500
InternalError

The request has failed due to an unknown error.

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