Uses of Interface
software.amazon.awssdk.services.rekognition.model.GroundTruthManifest.Builder
-
Packages that use GroundTruthManifest.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of GroundTruthManifest.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return GroundTruthManifest.Builder Modifier and Type Method Description static GroundTruthManifest.BuilderGroundTruthManifest. builder()default GroundTruthManifest.BuilderGroundTruthManifest.Builder. s3Object(Consumer<S3Object.Builder> s3Object)Sets the value of the S3Object property for this object.GroundTruthManifest.BuilderGroundTruthManifest.Builder. s3Object(S3Object s3Object)Sets the value of the S3Object property for this object.GroundTruthManifest.BuilderGroundTruthManifest. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type GroundTruthManifest.Builder Modifier and Type Method Description static Class<? extends GroundTruthManifest.Builder>GroundTruthManifest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type GroundTruthManifest.Builder Modifier and Type Method Description default Asset.BuilderAsset.Builder. groundTruthManifest(Consumer<GroundTruthManifest.Builder> groundTruthManifest)Sets the value of the GroundTruthManifest property for this object.default DatasetSource.BuilderDatasetSource.Builder. groundTruthManifest(Consumer<GroundTruthManifest.Builder> groundTruthManifest)Sets the value of the GroundTruthManifest property for this object.default ProjectVersionDescription.BuilderProjectVersionDescription.Builder. manifestSummary(Consumer<GroundTruthManifest.Builder> manifestSummary)The location of the summary manifest.
-