GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3Evaluation (google_api_document_ai v0.7.0) View Source

An evaluation of a ProcessorVersion's performance.

Attributes

  • allEntitiesMetrics (type: GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3EvaluationMultiConfidenceMetrics.t, default: nil) - Metrics for all the entities in aggregate.
  • createTime (type: DateTime.t, default: nil) - The time that the evaluation was created.
  • entityMetrics (type: %{optional(String.t) => GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3EvaluationMultiConfidenceMetrics.t}, default: nil) - Metrics across confidence levels, for different entities.
  • name (type: String.t, default: nil) - The resource name of the evaluation. Format: projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{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.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3Evaluation{
    allEntitiesMetrics:
      GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3EvaluationMultiConfidenceMetrics.t(),
    createTime: DateTime.t(),
    entityMetrics: %{
      optional(String.t()) =>
        GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3EvaluationMultiConfidenceMetrics.t()
    },
    name: String.t()
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.