Interface SummarizationEvaluationMetrics.OverallScoresByMetricOrBuilder (4.87.0)

public static interface SummarizationEvaluationMetrics.OverallScoresByMetricOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetric()

public abstract String getMetric()

Output only. Metric name. e.g. accuracy, adherence, completeness.

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

Returns
Type Description
String

The metric.

getMetricBytes()

public abstract ByteString getMetricBytes()

Output only. Metric name. e.g. accuracy, adherence, completeness.

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

Returns
Type Description
ByteString

The bytes for metric.