Uses of Class
software.amazon.awssdk.services.rekognition.model.GroundTruthManifest
-
Packages that use GroundTruthManifest Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of GroundTruthManifest in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return GroundTruthManifest Modifier and Type Method Description GroundTruthManifestAsset. groundTruthManifest()Returns the value of the GroundTruthManifest property for this object.GroundTruthManifestDatasetSource. groundTruthManifest()Returns the value of the GroundTruthManifest property for this object.GroundTruthManifestProjectVersionDescription. manifestSummary()The location of the summary manifest.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type GroundTruthManifest Modifier and Type Method Description Asset.BuilderAsset.Builder. groundTruthManifest(GroundTruthManifest groundTruthManifest)Sets the value of the GroundTruthManifest property for this object.DatasetSource.BuilderDatasetSource.Builder. groundTruthManifest(GroundTruthManifest groundTruthManifest)Sets the value of the GroundTruthManifest property for this object.ProjectVersionDescription.BuilderProjectVersionDescription.Builder. manifestSummary(GroundTruthManifest manifestSummary)The location of the summary manifest.
-