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

Metrics for a single confidence threshold.

Attributes

  • confidenceThreshold (type: number(), default: nil) - Output only. The confidence threshold value used to compute the metrics.
  • f1Score (type: number(), default: nil) - Output only. The harmonic mean of recall and precision.
  • precision (type: number(), default: nil) - Output only. Precision for the given confidence threshold.
  • recall (type: number(), default: nil) - Output only. Recall for the given confidence threshold.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaModelevaluationMetricsVideoActionMetricsConfidenceMetrics{
    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.