/AWS1/CL_CPD=>LISTENTITYRECOGNIZERS()
¶
About ListEntityRecognizers¶
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.
The results of this list are not in any particular order. Please get the list and sort locally if needed.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IO_FILTER
TYPE REF TO /AWS1/CL_CPDENTRECOGNIZERFILT
/AWS1/CL_CPDENTRECOGNIZERFILT
¶
Filters the list of entities returned. You can filter on
Status
,SubmitTimeBefore
, orSubmitTimeAfter
. You can only set one filter at a time.
IV_NEXTTOKEN
TYPE /AWS1/CPDSTRING
/AWS1/CPDSTRING
¶
Identifies the next page of results to return.
IV_MAXRESULTS
TYPE /AWS1/CPDMAXRESULTSINTEGER
/AWS1/CPDMAXRESULTSINTEGER
¶
The maximum number of results to return on each page. The default is 100.