Googly. DocumentAI. Model. GoogleCloudDocumentaiV1EvaluationReference
(googly_document_ai v0.1.0)
Copy Markdown
View Source
Gives a short summary of an evaluation, and links to the evaluation itself.
Attributes
-
aggregate_metrics(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1EvaluationMetrics.t()) - An aggregate of the statistics for the evaluation with fuzzy matching on. -
aggregate_metrics_exact(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1EvaluationMetrics.t()) - An aggregate of the statistics for the evaluation with fuzzy matching off. -
evaluation(type:String.t()) - The resource name of the evaluation. -
operation(type:String.t()) - The resource name of the Long Running Operation for the evaluation.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1EvaluationReference{ aggregate_metrics: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1EvaluationMetrics.t() | nil, aggregate_metrics_exact: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1EvaluationMetrics.t() | nil, evaluation: String.t() | nil, operation: String.t() | nil }