Resource: Evaluation
An evaluation of a ProcessorVersion's performance.
| JSON representation | 
|---|
| { "name": string, "createTime": string, "documentCounters": { object ( | 
| Fields | |
|---|---|
| name | 
 The resource name of the evaluation. Format:  | 
| createTime | 
 The time that the evaluation was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples:  | 
| documentCounters | 
 Counters for the documents used in the evaluation. | 
| allEntitiesMetrics | 
 Metrics for all the entities in aggregate. | 
| entityMetrics | 
 Metrics across confidence levels, for different entities. | 
| kmsKeyName | 
 The KMS key name used for encryption. | 
| kmsKeyVersionName | 
 The KMS key version with which data is encrypted. | 
Counters
Evaluation counters for the documents that were used.
| JSON representation | 
|---|
| { "inputDocumentsCount": integer, "invalidDocumentsCount": integer, "failedDocumentsCount": integer, "evaluatedDocumentsCount": integer } | 
| Fields | |
|---|---|
| inputDocumentsCount | 
 How many documents were sent for evaluation. | 
| invalidDocumentsCount | 
 How many documents were not included in the evaluation as they didn't pass validation. | 
| failedDocumentsCount | 
 How many documents were not included in the evaluation as Document AI failed to process them. | 
| evaluatedDocumentsCount | 
 How many documents were used in the evaluation. | 
| Methods | |
|---|---|
| 
 | Retrieves a specific evaluation. | 
| 
 | Retrieves a set of evaluations for a given processor version. |