Skip to content

Tagging Operations

Supported Operations for Programmatic Labeling

Our platform supports various operations that can be applied to entities during programmatic labeling. These operations allow you to perform comparisons or manipulations based on entity values. Here are some of the supported operations:

  • GREATER_THAN_OR_EQUAL_TO: Compare if the entity value is greater than or equal to a specified threshold.
  • LESS_THAN_OR_EQUAL_TO: Compare if the entity value is less than or equal to a specified threshold.
  • LESS_THAN: Compare if the entity value is less than a specified threshold.
  • GREATER_THAN: Compare if the entity value is greater than a specified threshold.
  • EQUAL_TO: Compare if the entity value is equal to a specified value.
  • NOT_EQUAL_TO: Compare if the entity value is not equal to a specified value.

You can utilize these operations to perform conditional labeling based on entity values and customize the labeling process according to your requirements.