Interface EntityRecognizerFilter.Builder

    • Method Detail

      • recognizerName

        EntityRecognizerFilter.Builder recognizerName​(String recognizerName)

        The name that you assigned the entity recognizer.

        Parameters:
        recognizerName - The name that you assigned the entity recognizer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • submitTimeBefore

        EntityRecognizerFilter.Builder submitTimeBefore​(Instant submitTimeBefore)

        Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.

        Parameters:
        submitTimeBefore - Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • submitTimeAfter

        EntityRecognizerFilter.Builder submitTimeAfter​(Instant submitTimeAfter)

        Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.

        Parameters:
        submitTimeAfter - Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.