| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
StartTestSetGenerationResult |
AmazonLexModelsV2Client.startTestSetGeneration(StartTestSetGenerationRequest request)
The action to start the generation of test set.
|
StartTestSetGenerationResult |
AbstractAmazonLexModelsV2.startTestSetGeneration(StartTestSetGenerationRequest request) |
StartTestSetGenerationResult |
AmazonLexModelsV2.startTestSetGeneration(StartTestSetGenerationRequest startTestSetGenerationRequest)
The action to start the generation of test set.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartTestSetGenerationResult> |
AmazonLexModelsV2AsyncClient.startTestSetGenerationAsync(StartTestSetGenerationRequest request,
AsyncHandler<StartTestSetGenerationRequest,StartTestSetGenerationResult> asyncHandler) |
Future<StartTestSetGenerationResult> |
AbstractAmazonLexModelsV2Async.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.
|
| Modifier and Type | Method and Description |
|---|---|
StartTestSetGenerationResult |
StartTestSetGenerationResult.addTestSetTagsEntry(String key,
String value)
Add a single TestSetTags entry
|
StartTestSetGenerationResult |
StartTestSetGenerationResult.clearTestSetTagsEntries()
Removes all the entries added into TestSetTags.
|
StartTestSetGenerationResult |
StartTestSetGenerationResult.clone() |
StartTestSetGenerationResult |
StartTestSetGenerationResult.withCreationDateTime(Date creationDateTime)
The creation date and time for the test set generation.
|
StartTestSetGenerationResult |
StartTestSetGenerationResult.withDescription(String description)
The description used for the test set generation.
|
StartTestSetGenerationResult |
StartTestSetGenerationResult.withGenerationDataSource(TestSetGenerationDataSource generationDataSource)
The data source for the test set generation.
|
StartTestSetGenerationResult |
StartTestSetGenerationResult.withRoleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
StartTestSetGenerationResult |
StartTestSetGenerationResult.withStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
|
StartTestSetGenerationResult |
StartTestSetGenerationResult.withTestSetGenerationId(String testSetGenerationId)
The unique identifier of the test set generation to describe.
|
StartTestSetGenerationResult |
StartTestSetGenerationResult.withTestSetGenerationStatus(String testSetGenerationStatus)
The status for the test set generation.
|
StartTestSetGenerationResult |
StartTestSetGenerationResult.withTestSetGenerationStatus(TestSetGenerationStatus testSetGenerationStatus)
The status for the test set generation.
|
StartTestSetGenerationResult |
StartTestSetGenerationResult.withTestSetName(String testSetName)
The test set name used for the test set generation.
|
StartTestSetGenerationResult |
StartTestSetGenerationResult.withTestSetTags(Map<String,String> testSetTags)
A list of tags that was used for the test set that is being generated.
|
Copyright © 2023. All rights reserved.