| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1.schema.predict.prediction |
| Modifier and Type | Method and Description |
|---|---|
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.Builder.clear() |
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TextSentimentPredictionResult.Builder |
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.
|
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.Builder.clone() |
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.Builder.mergeFrom(com.google.protobuf.Message other) |
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.Builder.mergeFrom(TextSentimentPredictionResult other) |
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.newBuilder() |
static TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.newBuilder(TextSentimentPredictionResult prototype) |
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.newBuilderForType() |
protected TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TextSentimentPredictionResult.Builder |
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.
|
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TextSentimentPredictionResult.Builder |
TextSentimentPredictionResult.toBuilder() |
Copyright © 2025 Google LLC. All rights reserved.