Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.instance.ImageSegmentationPredictionInstance.Builder
Packages that use ImageSegmentationPredictionInstance.Builder
-
Uses of ImageSegmentationPredictionInstance.Builder in com.google.cloud.aiplatform.v1.schema.predict.instance
Methods in com.google.cloud.aiplatform.v1.schema.predict.instance that return ImageSegmentationPredictionInstance.BuilderModifier and TypeMethodDescriptionImageSegmentationPredictionInstance.Builder.clear()ImageSegmentationPredictionInstance.Builder.clearContent()The image bytes to make the predictions on.ImageSegmentationPredictionInstance.Builder.clearMimeType()The MIME type of the content of the image.ImageSegmentationPredictionInstance.Builder.mergeFrom(ImageSegmentationPredictionInstance other) ImageSegmentationPredictionInstance.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ImageSegmentationPredictionInstance.Builder.mergeFrom(com.google.protobuf.Message other) ImageSegmentationPredictionInstance.newBuilder()ImageSegmentationPredictionInstance.newBuilder(ImageSegmentationPredictionInstance prototype) ImageSegmentationPredictionInstance.newBuilderForType()ImageSegmentationPredictionInstance.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ImageSegmentationPredictionInstance.Builder.setContent(String value) The image bytes to make the predictions on.ImageSegmentationPredictionInstance.Builder.setContentBytes(com.google.protobuf.ByteString value) The image bytes to make the predictions on.ImageSegmentationPredictionInstance.Builder.setMimeType(String value) The MIME type of the content of the image.ImageSegmentationPredictionInstance.Builder.setMimeTypeBytes(com.google.protobuf.ByteString value) The MIME type of the content of the image.ImageSegmentationPredictionInstance.toBuilder()