Type Alias GroundTruthTaskType
GroundTruthTaskType:
| "image_bounding_box"
| "image_semantic_segmentation"
| "image_single_label_classification"
| "image_multi_label_classification"
| "text_single_label_classification"
| "text_multi_label_classification"
| "named_entity_recognition"
| "video_classification"
| "video_object_detection"
| "video_object_tracking"
| "3d_point_cloud_object_detection"
| "3d_point_cloud_object_tracking"
| "3d_point_cloud_semantic_segmentation"