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"
Supported Ground Truth task types. This exported type may include values not yet fully supported by the L3 construct (e.g., future video/3D point cloud types). The construct validates at runtime that the provided task type is in SUPPORTED_TASK_TYPES and throws a descriptive error otherwise.