View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Evaluation (google_api_document_ai v0.39.0)

An evaluation of a ProcessorVersion's performance.

Attributes

  • allEntitiesMetrics (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationMultiConfidenceMetrics.t, default: nil) - Metrics for all the entities in aggregate.
  • createTime (type: DateTime.t, default: nil) - The time that the evaluation was created.
  • documentCounters (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationCounters.t, default: nil) - Counters for the documents used in the evaluation.
  • entityMetrics (type: %{optional(String.t) => GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationMultiConfidenceMetrics.t}, default: nil) - Metrics across confidence levels, for different entities.
  • kmsKeyName (type: String.t, default: nil) - The KMS key name used for encryption.
  • kmsKeyVersionName (type: String.t, default: nil) - The KMS key version with which data is encrypted.
  • name (type: String.t, default: nil) - The resource name of the evaluation. Format: projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Evaluation{
    allEntitiesMetrics:
      GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationMultiConfidenceMetrics.t()
      | nil,
    createTime: DateTime.t() | nil,
    documentCounters:
      GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationCounters.t()
      | nil,
    entityMetrics:
      %{
        optional(String.t()) =>
          GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationMultiConfidenceMetrics.t()
      }
      | nil,
    kmsKeyName: String.t() | nil,
    kmsKeyVersionName: String.t() | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.