Obtaining Details About a Labeling Job
Obtain details about a labeling job.
datset.get_label_task_info(task_id=None)
Sample Code
Obtain details about a labeling job.
task_info = dataset.get_label_task_info(task_id="xs9ZKzLluKzccQfsyi2") print(task_info)
Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
task_id |
Yes |
String |
ID of a labeling job |
Last Article: Obtaining the Labeling Job List of a Dataset
Next Article: Training Management (New Version)
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.