Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.prediction.TextSentimentPredictionResult.Builder
Packages that use TextSentimentPredictionResult.Builder
-
Uses of TextSentimentPredictionResult.Builder in com.google.cloud.aiplatform.v1.schema.predict.prediction
Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return TextSentimentPredictionResult.BuilderModifier and TypeMethodDescriptionTextSentimentPredictionResult.Builder.clear()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.mergeFrom(TextSentimentPredictionResult other) TextSentimentPredictionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TextSentimentPredictionResult.Builder.mergeFrom(com.google.protobuf.Message other) TextSentimentPredictionResult.newBuilder()TextSentimentPredictionResult.newBuilder(TextSentimentPredictionResult prototype) TextSentimentPredictionResult.newBuilderForType()protected TextSentimentPredictionResult.BuilderTextSentimentPredictionResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) 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.toBuilder()