Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training. Allows you to filter the list of recognizers based on criteria such as status and submission time. This call returns up to 500 entity recognizers in the list, with a default number of 100 recognizers in the list.
See https://www.paws-r-sdk.com/docs/comprehend_list_entity_recognizers/ for full documentation.
comprehend_list_entity_recognizers(
Filter = NULL,
NextToken = NULL,
MaxResults = NULL
)
Filters the list of entities returned. You can filter on Status
,
SubmitTimeBefore
, or SubmitTimeAfter
. You can only set one filter at
a time.
Identifies the next page of results to return.
The maximum number of results to return on each page. The default is 100.