comprehend_list_document_classifier_summaries {paws.machine.learning} | R Documentation |
Gets a list of summaries of the document classifiers that you have created
Description
Gets a list of summaries of the document classifiers that you have created
See https://www.paws-r-sdk.com/docs/comprehend_list_document_classifier_summaries/ for full documentation.
Usage
comprehend_list_document_classifier_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.9.0 Index]