class Aws::Comprehend::Types::EntityRecognizerFilter

Provides information for filtering a list of entity recognizers. 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 EntityRecognizerFilter

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

The status of an entity recognizer.
@return [String]

@!attribute [rw] submit_time_before

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

@!attribute [rw] submit_time_after

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

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

Constants

SENSITIVE