aws.comprehend.list_entity_recognizer_summaries
Example SQL Queries
SELECT * FROMaws.comprehend.list_entity_recognizer_summaries;Description
Gets a list of summaries for the entity recognizers that you have created.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return on each page. The default is 100. | BIGINT |
| next_token Input Column Identifies the next page of results to return. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| entity_recognizer_summaries_list The list entity recognizer summaries. | STRUCT( |
Show child fields
| |