View source: R/lexmodelsv2_operations.R
lexmodelsv2_start_test_set_generation | R Documentation |
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
)
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. |
testSetTags |
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.