You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Comprehend::Types::ListEntityRecognizersRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListEntityRecognizersRequest as input to an Aws::Client method, you can use a vanilla 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,
}

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::EntityRecognizerFilter

Filters the list of entities returned. You can filter on Status, SubmitTimeBefore, or SubmitTimeAfter. You can only set one filter at a time.

Returns:

#max_resultsInteger

The maximum number of results to return on each page. The default is 100.

Returns:

  • (Integer)

    The maximum number of results to return on each page.

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)

    Identifies the next page of results to return.