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 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.