Interface Evaluation.CountersOrBuilder (2.41.0)

public static interface Evaluation.CountersOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluatedDocumentsCount()

public abstract int getEvaluatedDocumentsCount()

How many documents were used in the evaluation.

int32 evaluated_documents_count = 4;

Returns
TypeDescription
int

The evaluatedDocumentsCount.

getFailedDocumentsCount()

public abstract int getFailedDocumentsCount()

How many documents were not included in the evaluation as Document AI failed to process them.

int32 failed_documents_count = 3;

Returns
TypeDescription
int

The failedDocumentsCount.

getInputDocumentsCount()

public abstract int getInputDocumentsCount()

How many documents were sent for evaluation.

int32 input_documents_count = 1;

Returns
TypeDescription
int

The inputDocumentsCount.

getInvalidDocumentsCount()

public abstract int getInvalidDocumentsCount()

How many documents were not included in the evaluation as they didn't pass validation.

int32 invalid_documents_count = 2;

Returns
TypeDescription
int

The invalidDocumentsCount.