Class ImageObjectDetectionPredictionInstance.Builder (3.44.0)

public static final class ImageObjectDetectionPredictionInstance.Builder extends GeneratedMessageV3.Builder<ImageObjectDetectionPredictionInstance.Builder> implements ImageObjectDetectionPredictionInstanceOrBuilder

Prediction input format for Image Object Detection.

Protobuf type google.cloud.aiplatform.v1beta1.schema.predict.instance.ImageObjectDetectionPredictionInstance

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ImageObjectDetectionPredictionInstance.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder
Overrides

build()

public ImageObjectDetectionPredictionInstance build()
Returns
Type Description
ImageObjectDetectionPredictionInstance

buildPartial()

public ImageObjectDetectionPredictionInstance buildPartial()
Returns
Type Description
ImageObjectDetectionPredictionInstance

clear()

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

clearContent()

public ImageObjectDetectionPredictionInstance.Builder clearContent()

The image bytes or Cloud Storage URI to make the prediction on.

string content = 1;

Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ImageObjectDetectionPredictionInstance.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder
Overrides

clearMimeType()

public ImageObjectDetectionPredictionInstance.Builder clearMimeType()

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

  • image/jpeg
  • image/gif
  • image/png
  • image/webp
  • image/bmp
  • image/tiff
  • image/vnd.microsoft.icon

string mime_type = 2;

Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ImageObjectDetectionPredictionInstance.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder
Overrides

clone()

public ImageObjectDetectionPredictionInstance.Builder clone()
Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder
Overrides

getContent()

public String getContent()

The image bytes or Cloud Storage URI to make the prediction on.

string content = 1;

Returns
Type Description
String

The content.

getContentBytes()

public ByteString getContentBytes()

The image bytes or Cloud Storage URI to make the prediction on.

string content = 1;

Returns
Type Description
ByteString

The bytes for content.

getDefaultInstanceForType()

public ImageObjectDetectionPredictionInstance getDefaultInstanceForType()
Returns
Type Description
ImageObjectDetectionPredictionInstance

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/gif
  • image/png
  • image/webp
  • image/bmp
  • image/tiff
  • image/vnd.microsoft.icon

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/gif
  • image/png
  • image/webp
  • image/bmp
  • image/tiff
  • image/vnd.microsoft.icon

string mime_type = 2;

Returns
Type Description
ByteString

The bytes for mimeType.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ImageObjectDetectionPredictionInstance other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ImageObjectDetectionPredictionInstance.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder
Overrides

setContent(String value)

public ImageObjectDetectionPredictionInstance.Builder setContent(String value)

The image bytes or Cloud Storage URI to make the prediction on.

string content = 1;

Parameter
Name Description
value String

The content to set.

Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder

This builder for chaining.

setContentBytes(ByteString value)

public ImageObjectDetectionPredictionInstance.Builder setContentBytes(ByteString value)

The image bytes or Cloud Storage URI to make the prediction on.

string content = 1;

Parameter
Name Description
value ByteString

The bytes for content to set.

Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ImageObjectDetectionPredictionInstance.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder
Overrides

setMimeType(String value)

public ImageObjectDetectionPredictionInstance.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/gif
  • image/png
  • image/webp
  • image/bmp
  • image/tiff
  • image/vnd.microsoft.icon

string mime_type = 2;

Parameter
Name Description
value String

The mimeType to set.

Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder

This builder for chaining.

setMimeTypeBytes(ByteString value)

public ImageObjectDetectionPredictionInstance.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/gif
  • image/png
  • image/webp
  • image/bmp
  • image/tiff
  • image/vnd.microsoft.icon

string mime_type = 2;

Parameter
Name Description
value ByteString

The bytes for mimeType to set.

Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ImageObjectDetectionPredictionInstance.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ImageObjectDetectionPredictionInstance.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ImageObjectDetectionPredictionInstance.Builder
Overrides