Interface DocumentClassifierFilter.Builder

    • Method Detail

      • status

        DocumentClassifierFilter.Builder status​(String status)

        Filters the list of classifiers based on status.

        Parameters:
        status - Filters the list of classifiers based on status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelStatus, ModelStatus
      • documentClassifierName

        DocumentClassifierFilter.Builder documentClassifierName​(String documentClassifierName)

        The name that you assigned to the document classifier

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

        DocumentClassifierFilter.Builder submitTimeBefore​(Instant submitTimeBefore)

        Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted before the specified time. Classifiers are returned in ascending order, oldest to newest.

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

        DocumentClassifierFilter.Builder submitTimeAfter​(Instant submitTimeAfter)

        Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted after the specified time. Classifiers are returned in descending order, newest to oldest.

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