| Package | Description | 
|---|---|
| com.tencentcloudapi.batch.v20170312 | |
| com.tencentcloudapi.batch.v20170312.models | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteJobResponse | BatchClient. DeleteJob(DeleteJobRequest req)用于删除作业记录。
删除作业的效果相当于删除作业相关的所有信息。删除成功后,作业相关的所有信息都无法查询。
待删除的作业必须处于完结状态,且其内部包含的所有任务实例也必须处于完结状态,否则会禁止操作。完结状态,是指处于 SUCCEED 或 FAILED 状态。 | 
| Constructor and Description | 
|---|
| DeleteJobResponse(DeleteJobResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
Copyright © 2025. All rights reserved.