Class TextSentimentPredictionInstance.Builder (3.84.0)

public static final class TextSentimentPredictionInstance.Builder extends GeneratedMessage.Builder<TextSentimentPredictionInstance.Builder> implements TextSentimentPredictionInstanceOrBuilder

Prediction input format for Text Sentiment.

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

Static Methods

getDescriptor()

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

Methods

build()

public TextSentimentPredictionInstance build()
Returns
Type Description
TextSentimentPredictionInstance

buildPartial()

public TextSentimentPredictionInstance buildPartial()
Returns
Type Description
TextSentimentPredictionInstance

clear()

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

clearContent()

public TextSentimentPredictionInstance.Builder clearContent()

The text snippet to make the predictions on.

string content = 1;

Returns
Type Description
TextSentimentPredictionInstance.Builder

This builder for chaining.

clearMimeType()

public TextSentimentPredictionInstance.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
TextSentimentPredictionInstance.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 TextSentimentPredictionInstance getDefaultInstanceForType()
Returns
Type Description
TextSentimentPredictionInstance

getDescriptorForType()

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

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setContent(String value)

public TextSentimentPredictionInstance.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
TextSentimentPredictionInstance.Builder

This builder for chaining.

setContentBytes(ByteString value)

public TextSentimentPredictionInstance.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
TextSentimentPredictionInstance.Builder

This builder for chaining.

setMimeType(String value)

public TextSentimentPredictionInstance.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
TextSentimentPredictionInstance.Builder

This builder for chaining.

setMimeTypeBytes(ByteString value)

public TextSentimentPredictionInstance.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
TextSentimentPredictionInstance.Builder

This builder for chaining.