| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeTestSetResult |
AmazonLexModelsV2Client.describeTestSet(DescribeTestSetRequest request)
Gets metadata information about the test set.
|
DescribeTestSetResult |
AbstractAmazonLexModelsV2.describeTestSet(DescribeTestSetRequest request) |
DescribeTestSetResult |
AmazonLexModelsV2.describeTestSet(DescribeTestSetRequest describeTestSetRequest)
Gets metadata information about the test set.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTestSetResult> |
AmazonLexModelsV2AsyncClient.describeTestSetAsync(DescribeTestSetRequest request,
AsyncHandler<DescribeTestSetRequest,DescribeTestSetResult> asyncHandler) |
Future<DescribeTestSetResult> |
AmazonLexModelsV2Async.describeTestSetAsync(DescribeTestSetRequest describeTestSetRequest,
AsyncHandler<DescribeTestSetRequest,DescribeTestSetResult> asyncHandler)
Gets metadata information about the test set.
|
Future<DescribeTestSetResult> |
AbstractAmazonLexModelsV2Async.describeTestSetAsync(DescribeTestSetRequest request,
AsyncHandler<DescribeTestSetRequest,DescribeTestSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeTestSetResult |
DescribeTestSetResult.clone() |
DescribeTestSetResult |
DescribeTestSetResult.withCreationDateTime(Date creationDateTime)
The creation date and time for the test set data.
|
DescribeTestSetResult |
DescribeTestSetResult.withDescription(String description)
The description of the test set.
|
DescribeTestSetResult |
DescribeTestSetResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time for the last update of the test set data.
|
DescribeTestSetResult |
DescribeTestSetResult.withModality(String modality)
Indicates whether the test set is audio or text data.
|
DescribeTestSetResult |
DescribeTestSetResult.withModality(TestSetModality modality)
Indicates whether the test set is audio or text data.
|
DescribeTestSetResult |
DescribeTestSetResult.withNumTurns(Integer numTurns)
The total number of agent and user turn in the test set.
|
DescribeTestSetResult |
DescribeTestSetResult.withRoleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
DescribeTestSetResult |
DescribeTestSetResult.withStatus(String status)
The status of the test set.
|
DescribeTestSetResult |
DescribeTestSetResult.withStatus(TestSetStatus status)
The status of the test set.
|
DescribeTestSetResult |
DescribeTestSetResult.withStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set data.
|
DescribeTestSetResult |
DescribeTestSetResult.withTestSetId(String testSetId)
The test set Id for the test set response.
|
DescribeTestSetResult |
DescribeTestSetResult.withTestSetName(String testSetName)
The test set name of the test set.
|
Copyright © 2024. All rights reserved.