The action to start the generation of test set.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_start_test_set_generation/ for full documentation.
lexmodelsv2_start_test_set_generation(
testSetName,
description = NULL,
storageLocation,
generationDataSource,
roleArn,
testSetTags = NULL
)
[required] The test set name for the test set generation request.
The test set description for the test set generation request.
[required] The Amazon S3 storage location for the test set generation.
[required] The data source for the test set generation.
[required] The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
A list of tags to add to the test set. You can only add tags when you
import/generate a new test set. You can't use the
update_test_set
operation to update
tags. To update tags, use the tag_resource
operation.