Uses of Interface
software.amazon.awssdk.services.rekognition.model.TestingData.Builder
-
Packages that use TestingData.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of TestingData.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return TestingData.Builder Modifier and Type Method Description TestingData.BuilderTestingData.Builder. assets(Collection<Asset> assets)The assets used for testing.TestingData.BuilderTestingData.Builder. assets(Consumer<Asset.Builder>... assets)The assets used for testing.TestingData.BuilderTestingData.Builder. assets(Asset... assets)The assets used for testing.TestingData.BuilderTestingData.Builder. autoCreate(Boolean autoCreate)If specified, Rekognition splits training dataset to create a test dataset for the training job.static TestingData.BuilderTestingData. builder()TestingData.BuilderTestingData. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type TestingData.Builder Modifier and Type Method Description static Class<? extends TestingData.Builder>TestingData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type TestingData.Builder Modifier and Type Method Description default TestingDataResult.BuilderTestingDataResult.Builder. input(Consumer<TestingData.Builder> input)The testing dataset that was supplied for training.default TestingDataResult.BuilderTestingDataResult.Builder. output(Consumer<TestingData.Builder> output)The subset of the dataset that was actually tested.default CreateProjectVersionRequest.BuilderCreateProjectVersionRequest.Builder. testingData(Consumer<TestingData.Builder> testingData)Specifies an external manifest that the service uses to test the project version.
-