| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestSetStorageLocation |
TestSetStorageLocation.clone() |
TestSetStorageLocation |
TestSetSummary.getStorageLocation()
Contains information about the location at which the test set is stored.
|
TestSetStorageLocation |
UpdateTestSetResult.getStorageLocation()
The Amazon S3 storage location for the updated test set.
|
TestSetStorageLocation |
StartTestSetGenerationResult.getStorageLocation()
The Amazon S3 storage location for the test set generation.
|
TestSetStorageLocation |
StartTestSetGenerationRequest.getStorageLocation()
The Amazon S3 storage location for the test set generation.
|
TestSetStorageLocation |
DescribeTestSetGenerationResult.getStorageLocation()
The Amazon S3 storage location for the test set generation.
|
TestSetStorageLocation |
DescribeTestSetResult.getStorageLocation()
The Amazon S3 storage location for the test set data.
|
TestSetStorageLocation |
TestSetImportResourceSpecification.getStorageLocation()
Contains information about the location that Amazon Lex uses to store the test-set.
|
TestSetStorageLocation |
TestSetStorageLocation.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test
set.
|
TestSetStorageLocation |
TestSetStorageLocation.withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket in which the test set is stored.
|
TestSetStorageLocation |
TestSetStorageLocation.withS3Path(String s3Path)
The path inside the Amazon S3 bucket where the test set is stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestSetSummary.setStorageLocation(TestSetStorageLocation storageLocation)
Contains information about the location at which the test set is stored.
|
void |
UpdateTestSetResult.setStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the updated test set.
|
void |
StartTestSetGenerationResult.setStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
|
void |
StartTestSetGenerationRequest.setStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
|
void |
DescribeTestSetGenerationResult.setStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
|
void |
DescribeTestSetResult.setStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set data.
|
void |
TestSetImportResourceSpecification.setStorageLocation(TestSetStorageLocation storageLocation)
Contains information about the location that Amazon Lex uses to store the test-set.
|
TestSetSummary |
TestSetSummary.withStorageLocation(TestSetStorageLocation storageLocation)
Contains information about the location at which the test set is stored.
|
UpdateTestSetResult |
UpdateTestSetResult.withStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the updated test set.
|
StartTestSetGenerationResult |
StartTestSetGenerationResult.withStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
|
StartTestSetGenerationRequest |
StartTestSetGenerationRequest.withStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
|
DescribeTestSetGenerationResult |
DescribeTestSetGenerationResult.withStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
|
DescribeTestSetResult |
DescribeTestSetResult.withStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set data.
|
TestSetImportResourceSpecification |
TestSetImportResourceSpecification.withStorageLocation(TestSetStorageLocation storageLocation)
Contains information about the location that Amazon Lex uses to store the test-set.
|
Copyright © 2023. All rights reserved.