public static interface SummarizationEvaluationMetrics.AccuracyDecompositionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccuracyReasoning()
public abstract String getAccuracyReasoning()Output only. The accuracy reasoning of the breakdown point.
string accuracy_reasoning = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The accuracyReasoning. |
getAccuracyReasoningBytes()
public abstract ByteString getAccuracyReasoningBytes()Output only. The accuracy reasoning of the breakdown point.
string accuracy_reasoning = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accuracyReasoning. |
getIsAccurate()
public abstract boolean getIsAccurate()Output only. Whether the breakdown point is accurate or not.
optional bool is_accurate = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The isAccurate. |
getPoint()
public abstract String getPoint()Output only. The breakdown point of the summary.
string point = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The point. |
getPointBytes()
public abstract ByteString getPointBytes()Output only. The breakdown point of the summary.
string point = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for point. |
hasIsAccurate()
public abstract boolean hasIsAccurate()Output only. Whether the breakdown point is accurate or not.
optional bool is_accurate = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the isAccurate field is set. |