Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.prediction.ImageSegmentationPredictionResult.Builder
Packages that use ImageSegmentationPredictionResult.Builder
-
Uses of ImageSegmentationPredictionResult.Builder in com.google.cloud.aiplatform.v1.schema.predict.prediction
Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return ImageSegmentationPredictionResult.BuilderModifier and TypeMethodDescriptionImageSegmentationPredictionResult.Builder.clear()ImageSegmentationPredictionResult.Builder.clearCategoryMask()A PNG image where each pixel in the mask represents the category in which the pixel in the original image was predicted to belong to.ImageSegmentationPredictionResult.Builder.clearConfidenceMask()A one channel image which is encoded as an 8bit lossless PNG.ImageSegmentationPredictionResult.Builder.mergeFrom(ImageSegmentationPredictionResult other) ImageSegmentationPredictionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ImageSegmentationPredictionResult.Builder.mergeFrom(com.google.protobuf.Message other) ImageSegmentationPredictionResult.newBuilder()ImageSegmentationPredictionResult.newBuilder(ImageSegmentationPredictionResult prototype) ImageSegmentationPredictionResult.newBuilderForType()ImageSegmentationPredictionResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ImageSegmentationPredictionResult.Builder.setCategoryMask(String value) A PNG image where each pixel in the mask represents the category in which the pixel in the original image was predicted to belong to.ImageSegmentationPredictionResult.Builder.setCategoryMaskBytes(com.google.protobuf.ByteString value) A PNG image where each pixel in the mask represents the category in which the pixel in the original image was predicted to belong to.ImageSegmentationPredictionResult.Builder.setConfidenceMask(String value) A one channel image which is encoded as an 8bit lossless PNG.ImageSegmentationPredictionResult.Builder.setConfidenceMaskBytes(com.google.protobuf.ByteString value) A one channel image which is encoded as an 8bit lossless PNG.ImageSegmentationPredictionResult.toBuilder()