aws.kendra_ranking.describe_rescore_execution_plan
Example SQL Queries
SELECT * FROMaws.kendra_ranking.describe_rescore_execution_planWHERE"id" = 'VALUE';Description
Gets information about a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The identifier of the rescore execution plan. | 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 |
| arn The Amazon Resource Name (ARN) of the rescore execution plan. | VARCHAR |
| capacity_units The capacity units set for the rescore execution plan. A capacity of zero indicates that the rescore execution plan is using the default capacity. For more information on the default capacity and additional capacity units, see Adjusting capacity. | STRUCT( |
Show child fields
| |
| created_at The Unix timestamp of when the rescore execution plan was created. | TIMESTAMP_S |
| description The description for the rescore execution plan. | VARCHAR |
| error_message When the Status field value is FAILED, the ErrorMessage field contains a message that explains why. | VARCHAR |
| name The name for the rescore execution plan. | VARCHAR |
| status The current status of the rescore execution plan. When the value is ACTIVE, the rescore execution plan is ready for use. If the Status field value is FAILED, the ErrorMessage field contains a message that explains why. | VARCHAR |
| updated_at The Unix timestamp of when the rescore execution plan was last updated. | TIMESTAMP_S |