Class LabelCounters

    • Method Detail

      • totalLabeled

        public final Integer totalLabeled()

        The total number of objects labeled.

        Returns:
        The total number of objects labeled.
      • humanLabeled

        public final Integer humanLabeled()

        The total number of objects labeled by a human worker.

        Returns:
        The total number of objects labeled by a human worker.
      • machineLabeled

        public final Integer machineLabeled()

        The total number of objects labeled by automated data labeling.

        Returns:
        The total number of objects labeled by automated data labeling.
      • failedNonRetryableError

        public final Integer failedNonRetryableError()

        The total number of objects that could not be labeled due to an error.

        Returns:
        The total number of objects that could not be labeled due to an error.
      • unlabeled

        public final Integer unlabeled()

        The total number of objects not yet labeled.

        Returns:
        The total number of objects not yet labeled.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)