| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.builder() |
TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.Builder.description(String description)
The description of the test set.
|
default TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.Builder.importInputLocation(Consumer<TestSetImportInputLocation.Builder> importInputLocation)
Contains information about the input location from where test-set should be imported.
|
TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.Builder.importInputLocation(TestSetImportInputLocation importInputLocation)
Contains information about the input location from where test-set should be imported.
|
TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.Builder.modality(String modality)
Specifies whether the test-set being imported contains written or spoken data.
|
TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.Builder.modality(TestSetModality modality)
Specifies whether the test-set being imported contains written or spoken data.
|
TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
|
default TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.Builder.storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
Contains information about the location that Amazon Lex uses to store the test-set.
|
TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.Builder.storageLocation(TestSetStorageLocation storageLocation)
Contains information about the location that Amazon Lex uses to store the test-set.
|
TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.Builder.testSetName(String testSetName)
The name of the test set.
|
TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.Builder.testSetTags(Map<String,String> testSetTags)
A list of tags to add to the test set.
|
TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestSetImportResourceSpecification.Builder> |
TestSetImportResourceSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ImportResourceSpecification.Builder |
ImportResourceSpecification.Builder.testSetImportResourceSpecification(Consumer<TestSetImportResourceSpecification.Builder> testSetImportResourceSpecification)
Specifications for the test set that is imported.
|
Copyright © 2023. All rights reserved.