医疗智能体 EIHealth-获取task列表:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
tasks |
Array of NextflowTaskListDto objects |
子任务实例 |
count |
Integer |
子任务的总数 |
参数 |
参数类型 |
描述 |
---|---|---|
task_id |
String |
子任务id |
process |
String |
流程名称 |
tag |
String |
子任务标识符 |
hash |
String |
哈希值 |
status |
String |
子任务状态 |
container |
String |
容器名称 |
pod_name |
String |
pod名称 |
submit |
String |
提交时间 |
complete |
String |
完成时间 |
duration |
Long |
总时间 |
realtime |
Long |
实际运行时间 |
cpu_percent |
Double |
cpu使用率 |
mem_percent |
Double |
内存使用率 |