comprehend_list_entity_recognizer_summaries {paws.machine.learning} | R Documentation |
Gets a list of summaries for the entity recognizers that you have created
Description
Gets a list of summaries for the entity recognizers that you have created.
See https://www.paws-r-sdk.com/docs/comprehend_list_entity_recognizer_summaries/ for full documentation.
Usage
comprehend_list_entity_recognizer_summaries(
NextToken = NULL,
MaxResults = NULL
)
Arguments
NextToken |
Identifies the next page of results to return. |
MaxResults |
The maximum number of results to return on each page. The default is 100. |
[Package paws.machine.learning version 0.7.0 Index]