aws.lexv2_models.list_test_set_records
Example SQL Queries
SELECT * FROMaws.lexv2_models.list_test_set_recordsWHERE"test_set_id" = 'VALUE';Description
The list of test set records.
Table Definition
| Column Name | Column Data Type |
|---|---|
| test_set_id Required Input Column The identifier of the test set to list its test set records. | VARCHAR |
| max_results Input Column The maximum number of test set records to return in each page. If there are fewer records than the max page size, only the actual number of records are returned. | BIGINT |
| next_token Input Column A token that indicates whether there are more records to return in a response to the ListTestSetRecords operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSetRecords operation request to get the next page of records. | 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
| |
| test_set_records The list of records from the test set. | STRUCT( |
Show child fields
| |