Class TextExtractionPredictionInstance.Builder (3.88.0)

public static final class TextExtractionPredictionInstance.Builder extends GeneratedMessage.Builder<TextExtractionPredictionInstance.Builder> implements TextExtractionPredictionInstanceOrBuilder

Prediction input format for Text Extraction.

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

Static Methods

getDescriptor()

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

Methods

build()

public TextExtractionPredictionInstance build()
Returns
Type Description
TextExtractionPredictionInstance

buildPartial()

public TextExtractionPredictionInstance buildPartial()
Returns
Type Description
TextExtractionPredictionInstance

clear()

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

clearContent()

public TextExtractionPredictionInstance.Builder clearContent()

The text snippet to make the predictions on.

string content = 1;

Returns
Type Description
TextExtractionPredictionInstance.Builder

This builder for chaining.

clearKey()

public TextExtractionPredictionInstance.Builder clearKey()

This field is only used for batch prediction. If a key is provided, the batch prediction result will by mapped to this key. If omitted, then the batch prediction result will contain the entire input instance. Vertex AI will not check if keys in the request are duplicates, so it is up to the caller to ensure the keys are unique.

string key = 3;

Returns
Type Description
TextExtractionPredictionInstance.Builder

This builder for chaining.

clearMimeType()

public TextExtractionPredictionInstance.Builder clearMimeType()

The MIME type of the text snippet. The supported MIME types are listed below.

  • text/plain

string mime_type = 2;

Returns
Type Description
TextExtractionPredictionInstance.Builder

This builder for chaining.

getContent()

public String getContent()

The text snippet to make the predictions on.

string content = 1;

Returns
Type Description
String

The content.

getContentBytes()

public ByteString getContentBytes()

The text snippet to make the predictions on.

string content = 1;

Returns
Type Description
ByteString

The bytes for content.

getDefaultInstanceForType()

public TextExtractionPredictionInstance getDefaultInstanceForType()
Returns
Type Description
TextExtractionPredictionInstance

getDescriptorForType()

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

getKey()

public String getKey()

This field is only used for batch prediction. If a key is provided, the batch prediction result will by mapped to this key. If omitted, then the batch prediction result will contain the entire input instance. Vertex AI will not check if keys in the request are duplicates, so it is up to the caller to ensure the keys are unique.

string key = 3;

Returns
Type Description
String

The key.

getKeyBytes()

public ByteString getKeyBytes()

This field is only used for batch prediction. If a key is provided, the batch prediction result will by mapped to this key. If omitted, then the batch prediction result will contain the entire input instance. Vertex AI will not check if keys in the request are duplicates, so it is up to the caller to ensure the keys are unique.

string key = 3;

Returns
Type Description
ByteString

The bytes for key.

getMimeType()

public String getMimeType()

The MIME type of the text snippet. The supported MIME types are listed below.

  • text/plain

string mime_type = 2;

Returns
Type Description
String

The mimeType.

getMimeTypeBytes()

public ByteString getMimeTypeBytes()

The MIME type of the text snippet. The supported MIME types are listed below.

  • text/plain

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(TextExtractionPredictionInstance other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setContent(String value)

public TextExtractionPredictionInstance.Builder setContent(String value)

The text snippet to make the predictions on.

string content = 1;

Parameter
Name Description
value String

The content to set.

Returns
Type Description
TextExtractionPredictionInstance.Builder

This builder for chaining.

setContentBytes(ByteString value)

public TextExtractionPredictionInstance.Builder setContentBytes(ByteString value)

The text snippet to make the predictions on.

string content = 1;

Parameter
Name Description
value ByteString

The bytes for content to set.

Returns
Type Description
TextExtractionPredictionInstance.Builder

This builder for chaining.

setKey(String value)

public TextExtractionPredictionInstance.Builder setKey(String value)

This field is only used for batch prediction. If a key is provided, the batch prediction result will by mapped to this key. If omitted, then the batch prediction result will contain the entire input instance. Vertex AI will not check if keys in the request are duplicates, so it is up to the caller to ensure the keys are unique.

string key = 3;

Parameter
Name Description
value String

The key to set.

Returns
Type Description
TextExtractionPredictionInstance.Builder

This builder for chaining.

setKeyBytes(ByteString value)

public TextExtractionPredictionInstance.Builder setKeyBytes(ByteString value)

This field is only used for batch prediction. If a key is provided, the batch prediction result will by mapped to this key. If omitted, then the batch prediction result will contain the entire input instance. Vertex AI will not check if keys in the request are duplicates, so it is up to the caller to ensure the keys are unique.

string key = 3;

Parameter
Name Description
value ByteString

The bytes for key to set.

Returns
Type Description
TextExtractionPredictionInstance.Builder

This builder for chaining.

setMimeType(String value)

public TextExtractionPredictionInstance.Builder setMimeType(String value)

The MIME type of the text snippet. The supported MIME types are listed below.

  • text/plain

string mime_type = 2;

Parameter
Name Description
value String

The mimeType to set.

Returns
Type Description
TextExtractionPredictionInstance.Builder

This builder for chaining.

setMimeTypeBytes(ByteString value)

public TextExtractionPredictionInstance.Builder setMimeTypeBytes(ByteString value)

The MIME type of the text snippet. The supported MIME types are listed below.

  • text/plain

string mime_type = 2;

Parameter
Name Description
value ByteString

The bytes for mimeType to set.

Returns
Type Description
TextExtractionPredictionInstance.Builder

This builder for chaining.