| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestSetImportInputLocation |
TestSetImportInputLocation.clone() |
TestSetImportInputLocation |
TestSetImportResourceSpecification.getImportInputLocation()
Contains information about the input location from where test-set should be imported.
|
TestSetImportInputLocation |
TestSetImportInputLocation.withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket.
|
TestSetImportInputLocation |
TestSetImportInputLocation.withS3Path(String s3Path)
The path inside the Amazon S3 bucket pointing to the test-set CSV file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestSetImportResourceSpecification.setImportInputLocation(TestSetImportInputLocation importInputLocation)
Contains information about the input location from where test-set should be imported.
|
TestSetImportResourceSpecification |
TestSetImportResourceSpecification.withImportInputLocation(TestSetImportInputLocation importInputLocation)
Contains information about the input location from where test-set should be imported.
|
Copyright © 2024. All rights reserved.