class Aws::Comprehend::Types::ListEntityRecognizersRequest

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

data as a hash:

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

@!attribute [rw] filter

Filters the list of entities returned. You can filter on `Status`,
`SubmitTimeBefore`, or `SubmitTimeAfter`. You can only set one
filter at a time.
@return [Types::EntityRecognizerFilter]

@!attribute [rw] next_token

Identifies the next page of results to return.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return on each page. The default is
100.
@return [Integer]

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

Constants

SENSITIVE