删除作业
功能介绍
该接口用于删除作业以及作业产生的数据。
请求消息
请求参数请参见表2。
参数名称 |
是否必选 |
参数类型 |
说明 |
---|---|---|---|
job_id |
是 |
String |
作业ID,只能由字母、数字、中划线和下划线组成,并且长度为1~20个字符。 |
type |
是 |
String |
作业类型。 |
offline_platform |
否 |
Object |
计算平台信息,type为etl/recall/filter/standard必填,为其他时不必填。 offline_platform包含参数如下:
|
响应消息
响应参数请参见表3。
示例
- 请求示例
{ "job_id": "aa22ac78f14142eaa7deacc8e88d477e", "type":"etl", "offline_platform": { "platform": "DLI", "platform_parameter": {"cluster_name":"res_one"}, "config_load_path": "<配置源路径>" } }
- 成功响应示例
{ "is_success": true, "message": "Succeed to delete train log." }
- 失败响应示例
{ "is_success": false, "error_code": "res.2301", "error_msg": "Failed to resolve the token from the request." }
状态码
状态码请参见状态码。