priority property

String? priority
getter/setter pair

The priority of the human review task. Possible string values are:

  • "DEFAULT" : The default priority level.
  • "URGENT" : The urgent priority level. The labeling manager should allocate labeler resource to the urgent task queue to respect this priority level.

Implementation

core.String? priority;