| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestSetSummary |
TestSetSummary.clone() |
TestSetSummary |
TestSetSummary.withCreationDateTime(Date creationDateTime)
The date and time at which the test set was created.
|
TestSetSummary |
TestSetSummary.withDescription(String description)
The description of the test set.
|
TestSetSummary |
TestSetSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time at which the test set was last updated.
|
TestSetSummary |
TestSetSummary.withModality(String modality)
Specifies whether the test set contains written or spoken data.
|
TestSetSummary |
TestSetSummary.withModality(TestSetModality modality)
Specifies whether the test set contains written or spoken data.
|
TestSetSummary |
TestSetSummary.withNumTurns(Integer numTurns)
The number of turns in the test set.
|
TestSetSummary |
TestSetSummary.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
|
TestSetSummary |
TestSetSummary.withStatus(String status)
The status of the test set.
|
TestSetSummary |
TestSetSummary.withStatus(TestSetStatus status)
The status of the test set.
|
TestSetSummary |
TestSetSummary.withStorageLocation(TestSetStorageLocation storageLocation)
Contains information about the location at which the test set is stored.
|
TestSetSummary |
TestSetSummary.withTestSetId(String testSetId)
The unique identifier of the test set.
|
TestSetSummary |
TestSetSummary.withTestSetName(String testSetName)
The name of the test set.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestSetSummary> |
ListTestSetsResult.getTestSets()
The selected test sets in a list of test sets.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestSetsResult |
ListTestSetsResult.withTestSets(TestSetSummary... testSets)
The selected test sets in a list of test sets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestSetsResult.setTestSets(Collection<TestSetSummary> testSets)
The selected test sets in a list of test sets.
|
ListTestSetsResult |
ListTestSetsResult.withTestSets(Collection<TestSetSummary> testSets)
The selected test sets in a list of test sets.
|
Copyright © 2024. All rights reserved.