Class ImageObjectDetectionPredictionInstance.Builder (3.38.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.v1.schema.predict.instance.ImageObjectDetectionPredictionInstance

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ImageObjectDetectionPredictionInstance.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ImageObjectDetectionPredictionInstance.Builder
Overrides

build()

public ImageObjectDetectionPredictionInstance build()
Returns
TypeDescription
ImageObjectDetectionPredictionInstance

buildPartial()

public ImageObjectDetectionPredictionInstance buildPartial()
Returns
TypeDescription
ImageObjectDetectionPredictionInstance

clear()

public ImageObjectDetectionPredictionInstance.Builder clear()
Returns
TypeDescription
ImageObjectDetectionPredictionInstance.Builder
Overrides

clearContent()

public ImageObjectDetectionPredictionInstance.Builder clearContent()

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

string content = 1;

Returns
TypeDescription
ImageObjectDetectionPredictionInstance.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ImageObjectDetectionPredictionInstance.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
ImageObjectDetectionPredictionInstance.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ImageObjectDetectionPredictionInstance.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ImageObjectDetectionPredictionInstance.Builder
Overrides

clone()

public ImageObjectDetectionPredictionInstance.Builder clone()
Returns
TypeDescription
ImageObjectDetectionPredictionInstance.Builder
Overrides

getContent()

public String getContent()

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

string content = 1;

Returns
TypeDescription
String

The content.

getContentBytes()

public ByteString getContentBytes()

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

string content = 1;

Returns
TypeDescription
ByteString

The bytes for content.

getDefaultInstanceForType()

public ImageObjectDetectionPredictionInstance getDefaultInstanceForType()
Returns
TypeDescription
ImageObjectDetectionPredictionInstance

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for mimeType.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ImageObjectDetectionPredictionInstance other)

public ImageObjectDetectionPredictionInstance.Builder mergeFrom(ImageObjectDetectionPredictionInstance other)
Parameter
NameDescription
otherImageObjectDetectionPredictionInstance
Returns
TypeDescription
ImageObjectDetectionPredictionInstance.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ImageObjectDetectionPredictionInstance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageObjectDetectionPredictionInstance.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ImageObjectDetectionPredictionInstance.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ImageObjectDetectionPredictionInstance.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ImageObjectDetectionPredictionInstance.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The content to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for content to set.

Returns
TypeDescription
ImageObjectDetectionPredictionInstance.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ImageObjectDetectionPredictionInstance.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The mimeType to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for mimeType to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ImageObjectDetectionPredictionInstance.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ImageObjectDetectionPredictionInstance.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ImageObjectDetectionPredictionInstance.Builder
Overrides