Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.TestSetImportInputLocation.Builder
-
Packages that use TestSetImportInputLocation.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestSetImportInputLocation.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TestSetImportInputLocation.Builder Modifier and Type Method Description static TestSetImportInputLocation.BuilderTestSetImportInputLocation. builder()TestSetImportInputLocation.BuilderTestSetImportInputLocation.Builder. s3BucketName(String s3BucketName)The name of the Amazon S3 bucket.TestSetImportInputLocation.BuilderTestSetImportInputLocation.Builder. s3Path(String s3Path)The path inside the Amazon S3 bucket pointing to the test-set CSV file.TestSetImportInputLocation.BuilderTestSetImportInputLocation. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TestSetImportInputLocation.Builder Modifier and Type Method Description static Class<? extends TestSetImportInputLocation.Builder>TestSetImportInputLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TestSetImportInputLocation.Builder Modifier and Type Method Description default TestSetImportResourceSpecification.BuilderTestSetImportResourceSpecification.Builder. importInputLocation(Consumer<TestSetImportInputLocation.Builder> importInputLocation)Contains information about the input location from where test-set should be imported.
-