Class ImageSegmentationPredictionInstance.Builder (3.84.0)

public static final class ImageSegmentationPredictionInstance.Builder extends GeneratedMessage.Builder<ImageSegmentationPredictionInstance.Builder> implements ImageSegmentationPredictionInstanceOrBuilder

Prediction input format for Image Segmentation.

Protobuf type google.cloud.aiplatform.v1.schema.predict.instance.ImageSegmentationPredictionInstance

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ImageSegmentationPredictionInstance build()
Returns
Type Description
ImageSegmentationPredictionInstance

buildPartial()

public ImageSegmentationPredictionInstance buildPartial()
Returns
Type Description
ImageSegmentationPredictionInstance

clear()

public ImageSegmentationPredictionInstance.Builder clear()
Returns
Type Description
ImageSegmentationPredictionInstance.Builder
Overrides

clearContent()

public ImageSegmentationPredictionInstance.Builder clearContent()

The image bytes to make the predictions on.

string content = 1;

Returns
Type Description
ImageSegmentationPredictionInstance.Builder

This builder for chaining.

clearMimeType()

public ImageSegmentationPredictionInstance.Builder clearMimeType()

The MIME type of the content of the image. Only the images in below listed MIME types are supported.

  • image/jpeg
  • image/png

string mime_type = 2;

Returns
Type Description
ImageSegmentationPredictionInstance.Builder

This builder for chaining.

getContent()

public String getContent()

The image bytes to make the predictions on.

string content = 1;

Returns
Type Description
String

The content.

getContentBytes()

public ByteString getContentBytes()

The image bytes to make the predictions on.

string content = 1;

Returns
Type Description
ByteString

The bytes for content.

getDefaultInstanceForType()

public ImageSegmentationPredictionInstance getDefaultInstanceForType()
Returns
Type Description
ImageSegmentationPredictionInstance

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMimeType()

public String getMimeType()

The MIME type of the content of the image. Only the images in below listed MIME types are supported.

  • image/jpeg
  • image/png

string mime_type = 2;

Returns
Type Description
String

The mimeType.

getMimeTypeBytes()

public ByteString getMimeTypeBytes()

The MIME type of the content of the image. Only the images in below listed MIME types are supported.

  • image/jpeg
  • image/png

string mime_type = 2;

Returns
Type Description
ByteString

The bytes for mimeType.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ImageSegmentationPredictionInstance other)

public ImageSegmentationPredictionInstance.Builder mergeFrom(ImageSegmentationPredictionInstance other)
Parameter
Name Description
other ImageSegmentationPredictionInstance
Returns
Type Description
ImageSegmentationPredictionInstance.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ImageSegmentationPredictionInstance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImageSegmentationPredictionInstance.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ImageSegmentationPredictionInstance.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ImageSegmentationPredictionInstance.Builder
Overrides

setContent(String value)

public ImageSegmentationPredictionInstance.Builder setContent(String value)

The image bytes to make the predictions on.

string content = 1;

Parameter
Name Description
value String

The content to set.

Returns
Type Description
ImageSegmentationPredictionInstance.Builder

This builder for chaining.

setContentBytes(ByteString value)

public ImageSegmentationPredictionInstance.Builder setContentBytes(ByteString value)

The image bytes to make the predictions on.

string content = 1;

Parameter
Name Description
value ByteString

The bytes for content to set.

Returns
Type Description
ImageSegmentationPredictionInstance.Builder

This builder for chaining.

setMimeType(String value)

public ImageSegmentationPredictionInstance.Builder setMimeType(String value)

The MIME type of the content of the image. Only the images in below listed MIME types are supported.

  • image/jpeg
  • image/png

string mime_type = 2;

Parameter
Name Description
value String

The mimeType to set.

Returns
Type Description
ImageSegmentationPredictionInstance.Builder

This builder for chaining.

setMimeTypeBytes(ByteString value)

public ImageSegmentationPredictionInstance.Builder setMimeTypeBytes(ByteString value)

The MIME type of the content of the image. Only the images in below listed MIME types are supported.

  • image/jpeg
  • image/png

string mime_type = 2;

Parameter
Name Description
value ByteString

The bytes for mimeType to set.

Returns
Type Description
ImageSegmentationPredictionInstance.Builder

This builder for chaining.