| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartTestSetGenerationResult> |
AmazonLexModelsV2AsyncClient.startTestSetGenerationAsync(StartTestSetGenerationRequest request,
AsyncHandler<StartTestSetGenerationRequest,StartTestSetGenerationResult> asyncHandler) |
Future<StartTestSetGenerationResult> |
AmazonLexModelsV2Async.startTestSetGenerationAsync(StartTestSetGenerationRequest startTestSetGenerationRequest,
AsyncHandler<StartTestSetGenerationRequest,StartTestSetGenerationResult> asyncHandler)
The action to start the generation of test set.
|
Future<StartTestSetGenerationResult> |
AbstractAmazonLexModelsV2Async.startTestSetGenerationAsync(StartTestSetGenerationRequest request,
AsyncHandler<StartTestSetGenerationRequest,StartTestSetGenerationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartTestSetGenerationRequest |
StartTestSetGenerationRequest.addTestSetTagsEntry(String key,
String value)
Add a single TestSetTags entry
|
StartTestSetGenerationRequest |
StartTestSetGenerationRequest.clearTestSetTagsEntries()
Removes all the entries added into TestSetTags.
|
StartTestSetGenerationRequest |
StartTestSetGenerationRequest.clone() |
StartTestSetGenerationRequest |
StartTestSetGenerationRequest.withDescription(String description)
The test set description for the test set generation request.
|
StartTestSetGenerationRequest |
StartTestSetGenerationRequest.withGenerationDataSource(TestSetGenerationDataSource generationDataSource)
The data source for the test set generation.
|
StartTestSetGenerationRequest |
StartTestSetGenerationRequest.withRoleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
StartTestSetGenerationRequest |
StartTestSetGenerationRequest.withStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
|
StartTestSetGenerationRequest |
StartTestSetGenerationRequest.withTestSetName(String testSetName)
The test set name for the test set generation request.
|
StartTestSetGenerationRequest |
StartTestSetGenerationRequest.withTestSetTags(Map<String,String> testSetTags)
A list of tags to add to the test set.
|
Copyright © 2025. All rights reserved.