Class TextSentimentPredictionResult.Builder (3.84.0)

public static final class TextSentimentPredictionResult.Builder extends GeneratedMessage.Builder<TextSentimentPredictionResult.Builder> implements TextSentimentPredictionResultOrBuilder

Prediction output format for Text Sentiment

Protobuf type google.cloud.aiplatform.v1.schema.predict.prediction.TextSentimentPredictionResult

Static Methods

getDescriptor()

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

Methods

build()

public TextSentimentPredictionResult build()
Returns
Type Description
TextSentimentPredictionResult

buildPartial()

public TextSentimentPredictionResult buildPartial()
Returns
Type Description
TextSentimentPredictionResult

clear()

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

clearSentiment()

public TextSentimentPredictionResult.Builder clearSentiment()

The integer sentiment labels between 0 (inclusive) and sentimentMax label (inclusive), while 0 maps to the least positive sentiment and sentimentMax maps to the most positive one. The higher the score is, the more positive the sentiment in the text snippet is. Note: sentimentMax is an integer value between 1 (inclusive) and 10 (inclusive).

int32 sentiment = 1;

Returns
Type Description
TextSentimentPredictionResult.Builder

This builder for chaining.

getDefaultInstanceForType()

public TextSentimentPredictionResult getDefaultInstanceForType()
Returns
Type Description
TextSentimentPredictionResult

getDescriptorForType()

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

getSentiment()

public int getSentiment()

The integer sentiment labels between 0 (inclusive) and sentimentMax label (inclusive), while 0 maps to the least positive sentiment and sentimentMax maps to the most positive one. The higher the score is, the more positive the sentiment in the text snippet is. Note: sentimentMax is an integer value between 1 (inclusive) and 10 (inclusive).

int32 sentiment = 1;

Returns
Type Description
int

The sentiment.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TextSentimentPredictionResult other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setSentiment(int value)

public TextSentimentPredictionResult.Builder setSentiment(int value)

The integer sentiment labels between 0 (inclusive) and sentimentMax label (inclusive), while 0 maps to the least positive sentiment and sentimentMax maps to the most positive one. The higher the score is, the more positive the sentiment in the text snippet is. Note: sentimentMax is an integer value between 1 (inclusive) and 10 (inclusive).

int32 sentiment = 1;

Parameter
Name Description
value int

The sentiment to set.

Returns
Type Description
TextSentimentPredictionResult.Builder

This builder for chaining.