public static final class ImageObjectDetectionPredictionInstance.Builder extends GeneratedMessage.Builder<ImageObjectDetectionPredictionInstance.Builder> implements ImageObjectDetectionPredictionInstanceOrBuilderPrediction input format for Image Object Detection.
Protobuf type
google.cloud.aiplatform.v1.schema.predict.instance.ImageObjectDetectionPredictionInstance
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ImageObjectDetectionPredictionInstance.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
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. |
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. |
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 |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ImageObjectDetectionPredictionInstance.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionPredictionInstance.Builder |
|
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 |
StringThe 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 |
ByteStringThe bytes for content to set. |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionPredictionInstance.Builder |
This builder for chaining. |
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 |
StringThe 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 |
ByteStringThe bytes for mimeType to set. |
| Returns | |
|---|---|
| Type | Description |
ImageObjectDetectionPredictionInstance.Builder |
This builder for chaining. |