| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1.schema.predict.prediction |
| Modifier and Type | Method and Description |
|---|---|
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.Builder.clear() |
ImageSegmentationPredictionResult.Builder |
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 |
ImageSegmentationPredictionResult.Builder.clearConfidenceMask()
A one channel image which is encoded as an 8bit lossless PNG.
|
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.Builder.clone() |
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.Builder.mergeFrom(ImageSegmentationPredictionResult other) |
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.Builder.mergeFrom(com.google.protobuf.Message other) |
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.newBuilder() |
static ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.newBuilder(ImageSegmentationPredictionResult prototype) |
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.newBuilderForType() |
protected ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ImageSegmentationPredictionResult.Builder |
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 |
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 |
ImageSegmentationPredictionResult.Builder.setConfidenceMask(String value)
A one channel image which is encoded as an 8bit lossless PNG.
|
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.Builder.setConfidenceMaskBytes(com.google.protobuf.ByteString value)
A one channel image which is encoded as an 8bit lossless PNG.
|
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ImageSegmentationPredictionResult.Builder |
ImageSegmentationPredictionResult.toBuilder() |
Copyright © 2025 Google LLC. All rights reserved.