Interface SummarizationEvaluationMetrics.AdherenceDecompositionOrBuilder (4.87.0)

public static interface SummarizationEvaluationMetrics.AdherenceDecompositionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdherenceReasoning() (deprecated)

public abstract String getAdherenceReasoning()

Output only. The adherence reasoning of the breakdown point.

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

Returns
Type Description
String

The adherenceReasoning.

getAdherenceReasoningBytes() (deprecated)

public abstract ByteString getAdherenceReasoningBytes()

Output only. The adherence reasoning of the breakdown point.

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

Returns
Type Description
ByteString

The bytes for adherenceReasoning.

getIsAdherent() (deprecated)

public abstract boolean getIsAdherent()

Output only. Whether the breakdown point is adherent or not.

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

Returns
Type Description
boolean

The isAdherent.

getPoint() (deprecated)

public abstract String getPoint()

Output only. The breakdown point of the given instructions.

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

Returns
Type Description
String

The point.

getPointBytes() (deprecated)

public abstract ByteString getPointBytes()

Output only. The breakdown point of the given instructions.

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

Returns
Type Description
ByteString

The bytes for point.