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

更新模型调优任务

调试

请求参数

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

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

UpdateModelCustomizationJob

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

Version
String

2024-01-01

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

Id
String

mcj-test-id

待更新的模型调优任务的 ID

Name
String

TestName

待更新的模型调优任务名称

Description
String

TestDescription

待更新的模型调优任务描述

返回参数

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

请求示例

POST /?Action=UpdateModelCustomizationJob&Version=2024-01-01 HTTP/1.1
Host: open.volcengineapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20250115T083603Z
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-test-id"
}

返回示例

{
  "ResponseMetadata": {
    "RequestId": "20250115163612164250161131A08F01",
    "Action": "UpdateModelCustomizationJob",
    "Version": "2024-01-01",
    "Service": "ark",
    "Region": "cn-beijing"
  },
  "Result": {}
}

错误码

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

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

The required parameter {{Parameter}} is missing.

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

404
NotFound.{{Parameter}}

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

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

500
InternalError

The request has failed due to an unknown error.

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