public interface SummarizationHelpfulnessResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidence()
Output only.
|
String |
getExplanation()
Output only.
|
com.google.protobuf.ByteString |
getExplanationBytes()
Output only.
|
float |
getScore()
Output only.
|
boolean |
hasConfidence()
Output only.
|
boolean |
hasScore()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasScore()
Output only. Summarization Helpfulness score.
optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];float getScore()
Output only. Summarization Helpfulness score.
optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getExplanation()
Output only. Explanation for summarization helpfulness score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getExplanationBytes()
Output only. Explanation for summarization helpfulness score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasConfidence()
Output only. Confidence for summarization helpfulness score.
optional float confidence = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];float getConfidence()
Output only. Confidence for summarization helpfulness score.
optional float confidence = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.