public static interface Evaluation.CountersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getEvaluatedDocumentsCount()
How many documents were used in the evaluation.
|
int |
getFailedDocumentsCount()
How many documents were not included in the evaluation as Document AI
failed to process them.
|
int |
getInputDocumentsCount()
How many documents were sent for evaluation.
|
int |
getInvalidDocumentsCount()
How many documents were not included in the evaluation as they didn't
pass validation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getInputDocumentsCount()
How many documents were sent for evaluation.
int32 input_documents_count = 1;int getInvalidDocumentsCount()
How many documents were not included in the evaluation as they didn't pass validation.
int32 invalid_documents_count = 2;int getFailedDocumentsCount()
How many documents were not included in the evaluation as Document AI failed to process them.
int32 failed_documents_count = 3;int getEvaluatedDocumentsCount()
How many documents were used in the evaluation.
int32 evaluated_documents_count = 4;Copyright © 2024 Google LLC. All rights reserved.