The action to start the generation of test set
Source:R/lexmodelsv2_operations.R
lexmodelsv2_start_test_set_generation.RdThe action to start the generation of test set.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_start_test_set_generation/ for full documentation.
Usage
lexmodelsv2_start_test_set_generation(
testSetName,
description = NULL,
storageLocation,
generationDataSource,
roleArn,
testSetTags = NULL
)Arguments
- testSetName
[required] The test set name for the test set generation request.
- description
The test set description for the test set generation request.
- storageLocation
[required] The Amazon S3 storage location for the test set generation.
- generationDataSource
[required] The data source for the test set generation.
- roleArn
[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_setoperation to update tags. To update tags, use thetag_resourceoperation.