class Aws::Comprehend::Types::DocumentClassifierFilter

Provides information for filtering a list of document classifiers. You can only specify one filtering parameter in a request. For more information, see the operation.

@note When making an API call, you may pass DocumentClassifierFilter

data as a hash:

    {
      status: "SUBMITTED", # accepts SUBMITTED, TRAINING, DELETING, STOP_REQUESTED, STOPPED, IN_ERROR, TRAINED
      submit_time_before: Time.now,
      submit_time_after: Time.now,
    }

@!attribute [rw] status

Filters the list of classifiers based on status.
@return [String]

@!attribute [rw] submit_time_before

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.
@return [Time]

@!attribute [rw] submit_time_after

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.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/DocumentClassifierFilter AWS API Documentation

Constants

SENSITIVE