Interface SummarizationEvaluationMetrics.AdherenceRubricOrBuilder (4.87.0)

public static interface SummarizationEvaluationMetrics.AdherenceRubricOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIsAddressed()

public abstract boolean getIsAddressed()

Output only. A boolean that indicates whether the rubric question is addressed or not.

optional bool is_addressed = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The isAddressed.

getQuestion()

public abstract String getQuestion()

Output only. The question generated from instruction that used to evaluate summary.

string question = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The question.

getQuestionBytes()

public abstract ByteString getQuestionBytes()

Output only. The question generated from instruction that used to evaluate summary.

string question = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for question.

getReasoning()

public abstract String getReasoning()

Output only. The reasoning of the rubric question is addressed or not.

string reasoning = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The reasoning.

getReasoningBytes()

public abstract ByteString getReasoningBytes()

Output only. The reasoning of the rubric question is addressed or not.

string reasoning = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for reasoning.

hasIsAddressed()

public abstract boolean hasIsAddressed()

Output only. A boolean that indicates whether the rubric question is addressed or not.

optional bool is_addressed = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the isAddressed field is set.