View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluationReference (google_api_document_ai v0.39.0)

Gives a short summary of an evaluation, and links to the evaluation itself.

Attributes

  • aggregateMetrics (type: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluationMetrics.t, default: nil) - An aggregate of the statistics for the evaluation with fuzzy matching on.
  • aggregateMetricsExact (type: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluationMetrics.t, default: nil) - An aggregate of the statistics for the evaluation with fuzzy matching off.
  • evaluation (type: String.t, default: nil) - The resource name of the evaluation.
  • operation (type: String.t, default: nil) - The resource name of the Long Running Operation for the evaluation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluationReference{
    aggregateMetrics:
      GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluationMetrics.t()
      | nil,
    aggregateMetricsExact:
      GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluationMetrics.t()
      | nil,
    evaluation: String.t() | nil,
    operation: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.