public interface QuestionAnsweringHelpfulnessResultOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConfidence()
public abstract float getConfidence()
Output only. Confidence for question answering helpfulness score.
optional float confidence = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
float |
The confidence. |
getExplanation()
public abstract String getExplanation()
Output only. Explanation for question answering helpfulness score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The explanation. |
getExplanationBytes()
public abstract ByteString getExplanationBytes()
Output only. Explanation for question answering helpfulness score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for explanation. |
getScore()
public abstract float getScore()
Output only. Question Answering Helpfulness score.
optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
float |
The score. |
hasConfidence()
public abstract boolean hasConfidence()
Output only. Confidence for question answering helpfulness score.
optional float confidence = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the confidence field is set. |
hasScore()
public abstract boolean hasScore()
Output only. Question Answering Helpfulness score.
optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the score field is set. |