public static interface SummarizationEvaluationMetrics.SectionTokenOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSection()
public abstract String getSection()Output only. The name of the summary instruction.
string section = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The section. |
getSectionBytes()
public abstract ByteString getSectionBytes()Output only. The name of the summary instruction.
string section = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for section. |
getTokenCount()
public abstract long getTokenCount()Output only. Token count.
optional int64 token_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The tokenCount. |
hasTokenCount()
public abstract boolean hasTokenCount()Output only. Token count.
optional int64 token_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tokenCount field is set. |