Interface SummarizationEvaluationMetrics.CompletenessRubricOrBuilder (4.87.0)

public static interface SummarizationEvaluationMetrics.CompletenessRubricOrBuilder 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 = 2 [(.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.

hasIsAddressed()

public abstract boolean hasIsAddressed()

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

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

Returns
Type Description
boolean

Whether the isAddressed field is set.