public sealed class Evaluation : IMessage<Evaluation>, IEquatable<Evaluation>, IDeepCloneable<Evaluation>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class Evaluation.
An evaluation of a ProcessorVersion's performance.
Implements
IMessageEvaluation, IEquatableEvaluation, IDeepCloneableEvaluation, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Evaluation()
public Evaluation()Evaluation(Evaluation)
public Evaluation(Evaluation other)| Parameter | |
|---|---|
| Name | Description |
other |
Evaluation |
Properties
AllEntitiesMetrics
public Evaluation.Types.MultiConfidenceMetrics AllEntitiesMetrics { get; set; }Metrics for all the entities in aggregate.
| Property Value | |
|---|---|
| Type | Description |
EvaluationTypesMultiConfidenceMetrics |
|
CreateTime
public Timestamp CreateTime { get; set; }The time that the evaluation was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DocumentCounters
public Evaluation.Types.Counters DocumentCounters { get; set; }Counters for the documents used in the evaluation.
| Property Value | |
|---|---|
| Type | Description |
EvaluationTypesCounters |
|
EntityMetrics
public MapField<string, Evaluation.Types.MultiConfidenceMetrics> EntityMetrics { get; }Metrics across confidence levels, for different entities.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringEvaluationTypesMultiConfidenceMetrics |
|
EvaluationName
public EvaluationName EvaluationName { get; set; }EvaluationName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EvaluationName |
|
KmsKeyName
public string KmsKeyName { get; set; }The KMS key name used for encryption.
| Property Value | |
|---|---|
| Type | Description |
string |
|
KmsKeyVersionName
public string KmsKeyVersionName { get; set; }The KMS key version with which data is encrypted.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }The resource name of the evaluation.
Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}
| Property Value | |
|---|---|
| Type | Description |
string |
|