Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.TestSetStorageLocation
-
Packages that use TestSetStorageLocation Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestSetStorageLocation in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TestSetStorageLocation Modifier and Type Method Description TestSetStorageLocationDescribeTestSetGenerationResponse. storageLocation()The Amazon S3 storage location for the test set generation.TestSetStorageLocationDescribeTestSetResponse. storageLocation()The Amazon S3 storage location for the test set data.TestSetStorageLocationStartTestSetGenerationRequest. storageLocation()The Amazon S3 storage location for the test set generation.TestSetStorageLocationStartTestSetGenerationResponse. storageLocation()The Amazon S3 storage location for the test set generation.TestSetStorageLocationTestSetImportResourceSpecification. storageLocation()Contains information about the location that Amazon Lex uses to store the test-set.TestSetStorageLocationTestSetSummary. storageLocation()Contains information about the location at which the test set is stored.TestSetStorageLocationUpdateTestSetResponse. storageLocation()The Amazon S3 storage location for the updated test set.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type TestSetStorageLocation Modifier and Type Method Description DescribeTestSetGenerationResponse.BuilderDescribeTestSetGenerationResponse.Builder. storageLocation(TestSetStorageLocation storageLocation)The Amazon S3 storage location for the test set generation.DescribeTestSetResponse.BuilderDescribeTestSetResponse.Builder. storageLocation(TestSetStorageLocation storageLocation)The Amazon S3 storage location for the test set data.StartTestSetGenerationRequest.BuilderStartTestSetGenerationRequest.Builder. storageLocation(TestSetStorageLocation storageLocation)The Amazon S3 storage location for the test set generation.StartTestSetGenerationResponse.BuilderStartTestSetGenerationResponse.Builder. storageLocation(TestSetStorageLocation storageLocation)The Amazon S3 storage location for the test set generation.TestSetImportResourceSpecification.BuilderTestSetImportResourceSpecification.Builder. storageLocation(TestSetStorageLocation storageLocation)Contains information about the location that Amazon Lex uses to store the test-set.TestSetSummary.BuilderTestSetSummary.Builder. storageLocation(TestSetStorageLocation storageLocation)Contains information about the location at which the test set is stored.UpdateTestSetResponse.BuilderUpdateTestSetResponse.Builder. storageLocation(TestSetStorageLocation storageLocation)The Amazon S3 storage location for the updated test set.
-