AI开发平台MODELARTS-团队成员查询团队标注任务列表:响应参数

时间:2023-12-14 17:10:14

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

count

Integer

团队标注任务总数。

worker_tasks

Array of WorkerTask objects

分页查询到的团队标注任务列表。

表4 WorkerTask

参数

参数类型

描述

create_time

Long

团队标注成员任务创建时间。

dataset_id

String

成员任务关联的数据集ID。

dataset_type

Integer

团队标注成员任务标注类型。

email

String

团队标注成员邮箱。

email_status

Integer

团队标注成员任务邮件通知状态。可选值如下:

  • 0:表示未发送过

  • 1:表示邮箱格式错误

  • 2:表示邮箱地址不可达,

  • 3:表示发送成功

last_notify_time

Long

团队标注成员任务邮件最近一次通知时间戳。

pass_rate

Double

团队标注成员任务验收审核通过率。

role

Integer

团队标注成员角色。

sample_stats

SampleStats object

团队标注成员任务样本统计信息。

score

Double

团队标注成员任务样本验收审核平均评分。

task_id

String

成员任务关联的团队标注任务ID。

task_status

Integer

团队标注成员任务状态。可选值如下:

  • 6:已创建。

  • 0:启动中。

  • 1:运行中。

  • 2:验收中。

  • 3:通过,即团队标注任务已完成。

  • 4:驳回,即需要重新修改标注和审核工作。

update_time

Long

团队标注成员任务更新时间。

worker_id

String

团队标注成员ID。

workforce_task_name

String

成员任务关联的团队标注任务名称。

表5 SampleStats

参数

参数类型

描述

accepted_sample_count

Integer

owner验收通过样本数目。

auto_annotation_sample_count

Integer

智能标注待确认样本数目。

deleted_sample_count

Integer

已删除的样本数目。

rejected_sample_count

Integer

owner验收不通过的样本数目。

sampled_sample_count

Integer

待owner验收且被抽样的样本数目。

total_sample_count

Integer

样本总数量。

unannotated_sample_count

Integer

未标注样本数。

uncheck_sample_count

Integer

reviewer审核通过待owner验收的样本数目。

unreviewed_sample_count

Integer

labeler标注完未被reviewer审核的样本数目。

support.huaweicloud.com/api-modelarts/ListWorkerTasks.html