Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3EvaluationReference (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.GoogleCloudDocumentaiUiv1beta3EvaluationMetrics.t()) - An aggregate of the statistics for the evaluation with fuzzy matching on.
  • aggregate_metrics_exact (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3EvaluationMetrics.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

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3EvaluationReference{
    aggregate_metrics:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3EvaluationMetrics.t()
      | nil,
    aggregate_metrics_exact:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3EvaluationMetrics.t()
      | nil,
    evaluation: String.t() | nil,
    operation: String.t() | nil
  }