doc-exports/docs/modelarts/api-ref/ReviewSamples.html
Lai, Weijian 2f0818cf3d ModelArts API 22.3.0 version-20240311
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lai, Weijian <laiweijian4@huawei.com>
Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
2024-04-05 09:35:42 +00:00

9.2 KiB

Reviewing Team Labeling Results

Function

This API is used to review team labeling results.

URI

POST /v2/{project_id}/datasets/{dataset_id}/workforce-tasks/{workforce_task_id}/data-annotations/review

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

dataset_id

Yes

String

Dataset ID.

project_id

Yes

String

Project ID. For details about how to obtain the project ID, see Obtaining a Project ID.

workforce_task_id

Yes

String

ID of a labeling task.

Request Parameters

Table 2 Request body parameters

Parameter

Mandatory

Type

Description

comments

No

Array of SampleComment objects

Review comment list.

Table 3 SampleComment

Parameter

Mandatory

Type

Description

accept

Yes

Boolean

Whether the submitted sample review comments are passed. The options are as follows:

  • true: passed

  • false: not passed

comment

No

String

Review comment, which contains 0 to 256 characters, excluding special characters (!<>=&"'').

sample_id

No

String

Sample ID.

score

No

String

Review score, whose value can be A, B, C, or D, in descending order.

worker_id

No

String

ID of a labeling team member.

Response Parameters

None

Example Requests

Reviewing Team Labeling Results

{
  "comments" : [ {
    "worker_id" : "8c15ad080d3eabad14037b4eb00d6a6f",
    "sample_id" : "0d43f9811d3808a3146c673257d4a1dbhh",
    "accept" : true,
    "comment" : "",
    "score" : "A"
  } ]
}

Example Responses

Status code: 200

OK

{ }

Status Codes

Status Code

Description

200

OK

401

Unauthorized

403

Forbidden

404

Not Found

Error Codes

See Error Codes.