GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationReference (google_api_document_ai v0.29.0) View Source

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

Attributes

  • aggregateMetrics (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationMetrics.t, default: nil) - An aggregate of the statistics for the evaluation.
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationReference{
    aggregateMetrics:
      GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationMetrics.t()
      | nil,
    evaluation: String.t() | nil,
    operation: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.