| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TestSetImportInputLocation.Builder |
TestSetImportInputLocation.builder() |
TestSetImportInputLocation.Builder |
TestSetImportInputLocation.Builder.s3BucketName(String s3BucketName)
The name of the Amazon S3 bucket.
|
TestSetImportInputLocation.Builder |
TestSetImportInputLocation.Builder.s3Path(String s3Path)
The path inside the Amazon S3 bucket pointing to the test-set CSV file.
|
TestSetImportInputLocation.Builder |
TestSetImportInputLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestSetImportInputLocation.Builder> |
TestSetImportInputLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.Builder.importInputLocation(Consumer<TestSetImportInputLocation.Builder> importInputLocation)
Contains information about the input location from where test-set should be imported.
|
Copyright © 2023. All rights reserved.