aws.lexv2_models.describe_test_set
Example SQL Queries
SELECT * FROMaws.lexv2_models.describe_test_setWHERE"test_set_id" = 'VALUE';Description
Gets metadata information about the test set.
Table Definition
| Column Name | Column Data Type |
|---|---|
| test_set_id Required Input Column The test set Id for the test set response. | 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
| |
| creation_date_time The creation date and time for the test set data. | TIMESTAMP_S |
| description The description of the test set. | VARCHAR |
| last_updated_date_time The date and time for the last update of the test set data. | TIMESTAMP_S |
| modality Indicates whether the test set is audio or text data. | VARCHAR |
| num_turns The total number of agent and user turn in the test set. | BIGINT |
| role_arn The roleARN used for any operation in the test set to access resources in the Amazon Web Services account. | VARCHAR |
| status The status of the test set. | VARCHAR |
| storage_location The Amazon S3 storage location for the test set data. | STRUCT( |
Show child fields
| |
| test_set_name The test set name of the test set. | VARCHAR |