Reference documentation and code samples for the Google Cloud Document Ai V1 Client class Evaluation.
An evaluation of a ProcessorVersion's performance.
Generated from protobuf message google.cloud.documentai.v1.Evaluation
Namespace
Google \ Cloud \ DocumentAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The resource name of the evaluation. Format: projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}
↳ create_time
↳ document_counters
↳ all_entities_metrics
Google\Cloud\DocumentAI\V1\Evaluation\MultiConfidenceMetrics
Metrics for all the entities in aggregate.
↳ entity_metrics
↳ kms_key_name
string
The KMS key name used for encryption.
↳ kms_key_version_name
string
The KMS key version with which data is encrypted.
getName
The resource name of the evaluation.
Format: projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}
string
setName
The resource name of the evaluation.
Format: projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}
var
string
$this
getCreateTime
The time that the evaluation was created.
hasCreateTime
clearCreateTime
setCreateTime
The time that the evaluation was created.
$this
getDocumentCounters
Counters for the documents used in the evaluation.
hasDocumentCounters
clearDocumentCounters
setDocumentCounters
Counters for the documents used in the evaluation.
$this
getAllEntitiesMetrics
Metrics for all the entities in aggregate.
hasAllEntitiesMetrics
clearAllEntitiesMetrics
setAllEntitiesMetrics
Metrics for all the entities in aggregate.
$this
getEntityMetrics
Metrics across confidence levels, for different entities.
setEntityMetrics
Metrics across confidence levels, for different entities.
$this
getKmsKeyName
The KMS key name used for encryption.
string
setKmsKeyName
The KMS key name used for encryption.
var
string
$this
getKmsKeyVersionName
The KMS key version with which data is encrypted.
string
setKmsKeyVersionName
The KMS key version with which data is encrypted.
var
string
$this