Send feedback
Interface EvaluationRun.EvaluationRunSummaryOrBuilder (0.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
0.7.0 (latest)
0.4.0
0.3.0
0.1.0
public static interface EvaluationRun . EvaluationRunSummaryOrBuilder extends MessageOrBuilder
Methods
getErrorCount()
public abstract int getErrorCount ()
Output only. Number of error results for the associated Evaluation in
this run.
int32 error_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The errorCount.
getFailedCount()
public abstract int getFailedCount ()
Output only. Number of failed results for the associated Evaluation in
this run.
int32 failed_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The failedCount.
getPassedCount()
public abstract int getPassedCount ()
Output only. Number of passed results for the associated Evaluation in
this run.
int32 passed_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The passedCount.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-04-25 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-25 UTC."],[],[]]