View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics (google_api_ai_platform v0.13.0)

Attributes

  • confidenceThreshold (type: number(), default: nil) - Metrics are computed with an assumption that the Model never returns predictions with score lower than this value.
  • f1Score (type: number(), default: nil) - The harmonic mean of recall and precision.
  • precision (type: number(), default: nil) - Precision for the given confidence threshold.
  • recall (type: number(), default: nil) - Recall (True Positive Rate) for the given confidence threshold.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsTextExtractionEvaluationMetricsConfidenceMetrics{
    confidenceThreshold: number() | nil,
    f1Score: number() | nil,
    precision: number() | nil,
    recall: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.