This API is used to create a team labeling acceptance task.
You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.
POST /v2/{project_id}/datasets/{dataset_id}/workforce-tasks/{workforce_task_id}/acceptance
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
dataset_id |
Yes |
String |
Dataset ID. |
project_id |
Yes |
String |
Project ID. For details about how to obtain a project ID, see Obtaining a Project ID and Name. |
workforce_task_id |
Yes |
String |
ID of a team labeling task. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
sampling_num |
No |
Integer |
Number of samples for the acceptance task. Either this parameter or the sampling ratio is delivered. |
sampling_rate |
No |
Double |
Sampling ratio of the acceptance task. The value range is (0,1]. Either this parameter or the number of samples is delivered. |
Status code: 200
Parameter |
Type |
Description |
---|---|---|
task_id |
String |
ID of an asynchronous acceptance task. |
Creating a Team Labeling Acceptance Task and Setting the Sampling Percentage to 20%
{ "sampling_rate" : 0.2 }
Status code: 200
OK
{ "task_id" : "nv6BbozxCJmZcHAE9hV" }
Status Code |
Description |
---|---|
200 |
OK |
401 |
Unauthorized |
403 |
Forbidden |
404 |
Not Found |
See Error Codes.