aws.kendra.describe_query_suggestions_config
Example SQL Queries
SELECT * FROMaws.kendra.describe_query_suggestions_configWHERE"index_id" = 'VALUE';Description
Gets information on the settings of query suggestions for an index.
This is used to check the current settings applied to query suggestions.
DescribeQuerySuggestionsConfig is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| index_id Required Input Column The identifier of the index with query suggestions that you want to get information on. | 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 |
| attribute_suggestions_config Configuration information for the document fields/attributes that you want to base query suggestions on. | STRUCT( |
Show child fields
| |
| include_queries_without_user_information TRUE to use all queries, otherwise use only queries that include user information to generate the query suggestions. | BOOLEAN |
| last_clear_time The Unix timestamp when query suggestions for an index was last cleared. After you clear suggestions, Amazon Kendra learns new suggestions based on new queries added to the query log from the time you cleared suggestions. Amazon Kendra only considers re-occurences of a query from the time you cleared suggestions. | TIMESTAMP_S |
| last_suggestions_build_time The Unix timestamp when query suggestions for an index was last updated. Amazon Kendra automatically updates suggestions every 24 hours, after you change a setting or after you apply a block list. | TIMESTAMP_S |
| minimum_number_of_querying_users The minimum number of unique users who must search a query in order for the query to be eligible to suggest to your users. | BIGINT |
| minimum_query_count The minimum number of times a query must be searched in order for the query to be eligible to suggest to your users. | BIGINT |
| mode Whether query suggestions are currently in ENABLED mode or LEARN_ONLY mode. By default, Amazon Kendra enables query suggestions.LEARN_ONLY turns off query suggestions for your users. You can change the mode using the UpdateQuerySuggestionsConfig API. | VARCHAR |
| query_log_look_back_window_in_days How recent your queries are in your query log time window (in days). | BIGINT |
| status Whether the status of query suggestions settings is currently ACTIVE or UPDATING. Active means the current settings apply and Updating means your changed settings are in the process of applying. | VARCHAR |
| total_suggestions_count The current total count of query suggestions for an index. This count can change when you update your query suggestions settings, if you filter out certain queries from suggestions using a block list, and as the query log accumulates more queries for Amazon Kendra to learn from. If the count is much lower than you expected, it could be because Amazon Kendra needs more queries in the query history to learn from or your current query suggestions settings are too strict. | BIGINT |