| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestSetImportResourceSpecification |
TestSetImportResourceSpecification.addTestSetTagsEntry(String key,
String value)
Add a single TestSetTags entry
|
TestSetImportResourceSpecification |
TestSetImportResourceSpecification.clearTestSetTagsEntries()
Removes all the entries added into TestSetTags.
|
TestSetImportResourceSpecification |
TestSetImportResourceSpecification.clone() |
TestSetImportResourceSpecification |
ImportResourceSpecification.getTestSetImportResourceSpecification()
Specifications for the test set that is imported.
|
TestSetImportResourceSpecification |
TestSetImportResourceSpecification.withDescription(String description)
The description of the test set.
|
TestSetImportResourceSpecification |
TestSetImportResourceSpecification.withImportInputLocation(TestSetImportInputLocation importInputLocation)
Contains information about the input location from where test-set should be imported.
|
TestSetImportResourceSpecification |
TestSetImportResourceSpecification.withModality(String modality)
Specifies whether the test-set being imported contains written or spoken data.
|
TestSetImportResourceSpecification |
TestSetImportResourceSpecification.withModality(TestSetModality modality)
Specifies whether the test-set being imported contains written or spoken data.
|
TestSetImportResourceSpecification |
TestSetImportResourceSpecification.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
|
TestSetImportResourceSpecification |
TestSetImportResourceSpecification.withStorageLocation(TestSetStorageLocation storageLocation)
Contains information about the location that Amazon Lex uses to store the test-set.
|
TestSetImportResourceSpecification |
TestSetImportResourceSpecification.withTestSetName(String testSetName)
The name of the test set.
|
TestSetImportResourceSpecification |
TestSetImportResourceSpecification.withTestSetTags(Map<String,String> testSetTags)
A list of tags to add to the test set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportResourceSpecification.setTestSetImportResourceSpecification(TestSetImportResourceSpecification testSetImportResourceSpecification)
Specifications for the test set that is imported.
|
ImportResourceSpecification |
ImportResourceSpecification.withTestSetImportResourceSpecification(TestSetImportResourceSpecification testSetImportResourceSpecification)
Specifications for the test set that is imported.
|
Copyright © 2025. All rights reserved.