public static interface EvaluationRun.EvaluationRunSummaryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |