Job

class deepfos.api.deepfos_task.Job(root: deepfos.api.base.RootAPI)
batch_add(jobCreateDtoList)

作业批量创建接口

参数

jobCreateDtoListList[JobCreateDto]

返回类型

Union[int, Awaitable[int]]

current_content(jobSearchDTO)

根据筛选条件获取等待中与运行中作业与作业明细信息

参数

jobSearchDTOJobSearchDTO

返回类型

Union[JobCurrentContentDTOResp, Awaitable[JobCurrentContentDTOResp]]

query_current_content(batchId=None, jobId=None)

根据jobId获取等待中与运行中作业与作业明细信息

参数
返回类型

Union[List[JobCurrentContentDTO], Awaitable[List[JobCurrentContentDTO]]]