Uses of Class
software.amazon.awssdk.services.rekognition.model.TestingData
-
Packages that use TestingData Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of TestingData in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return TestingData Modifier and Type Method Description TestingDataTestingDataResult. input()The testing dataset that was supplied for training.TestingDataTestingDataResult. output()The subset of the dataset that was actually tested.TestingDataCreateProjectVersionRequest. testingData()Specifies an external manifest that the service uses to test the project version.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type TestingData Modifier and Type Method Description TestingDataResult.BuilderTestingDataResult.Builder. input(TestingData input)The testing dataset that was supplied for training.TestingDataResult.BuilderTestingDataResult.Builder. output(TestingData output)The subset of the dataset that was actually tested.CreateProjectVersionRequest.BuilderCreateProjectVersionRequest.Builder. testingData(TestingData testingData)Specifies an external manifest that the service uses to test the project version.
-