public static final class ImageClassificationPredictionInstance.Builder extends GeneratedMessage.Builder<ImageClassificationPredictionInstance.Builder> implements ImageClassificationPredictionInstanceOrBuilderPrediction input format for Image Classification.
Protobuf type
google.cloud.aiplatform.v1beta1.schema.predict.instance.ImageClassificationPredictionInstance
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ImageClassificationPredictionInstance.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ImageClassificationPredictionInstance build()| Returns | |
|---|---|
| Type | Description |
ImageClassificationPredictionInstance |
|
buildPartial()
public ImageClassificationPredictionInstance buildPartial()| Returns | |
|---|---|
| Type | Description |
ImageClassificationPredictionInstance |
|
clear()
public ImageClassificationPredictionInstance.Builder clear()| Returns | |
|---|---|
| Type | Description |
ImageClassificationPredictionInstance.Builder |
|
clearContent()
public ImageClassificationPredictionInstance.Builder clearContent()The image bytes or Cloud Storage URI to make the prediction on.
string content = 1;
| Returns | |
|---|---|
| Type | Description |
ImageClassificationPredictionInstance.Builder |
This builder for chaining. |
clearMimeType()
public ImageClassificationPredictionInstance.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 |
ImageClassificationPredictionInstance.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 ImageClassificationPredictionInstance getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ImageClassificationPredictionInstance |
|
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(ImageClassificationPredictionInstance other)
public ImageClassificationPredictionInstance.Builder mergeFrom(ImageClassificationPredictionInstance other)| Parameter | |
|---|---|
| Name | Description |
other |
ImageClassificationPredictionInstance |
| Returns | |
|---|---|
| Type | Description |
ImageClassificationPredictionInstance.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImageClassificationPredictionInstance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImageClassificationPredictionInstance.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ImageClassificationPredictionInstance.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ImageClassificationPredictionInstance.Builder |
|
setContent(String value)
public ImageClassificationPredictionInstance.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 |
ImageClassificationPredictionInstance.Builder |
This builder for chaining. |
setContentBytes(ByteString value)
public ImageClassificationPredictionInstance.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 |
ImageClassificationPredictionInstance.Builder |
This builder for chaining. |
setMimeType(String value)
public ImageClassificationPredictionInstance.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 |
ImageClassificationPredictionInstance.Builder |
This builder for chaining. |
setMimeTypeBytes(ByteString value)
public ImageClassificationPredictionInstance.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 |
ImageClassificationPredictionInstance.Builder |
This builder for chaining. |