Interface LabelCountersForWorkteam.Builder

    • Method Detail

      • humanLabeled

        LabelCountersForWorkteam.Builder humanLabeled​(Integer humanLabeled)

        The total number of data objects labeled by a human worker.

        Parameters:
        humanLabeled - The total number of data objects labeled by a human worker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pendingHuman

        LabelCountersForWorkteam.Builder pendingHuman​(Integer pendingHuman)

        The total number of data objects that need to be labeled by a human worker.

        Parameters:
        pendingHuman - The total number of data objects that need to be labeled by a human worker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • total

        LabelCountersForWorkteam.Builder total​(Integer total)

        The total number of tasks in the labeling job.

        Parameters:
        total - The total number of tasks in the labeling job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.