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

Spec for coherence result.

Attributes

  • confidence (type: number(), default: nil) - Output only. Confidence for coherence score.
  • explanation (type: String.t, default: nil) - Output only. Explanation for coherence score.
  • score (type: number(), default: nil) - Output only. Coherence score.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CoherenceResult{
  confidence: number() | nil,
  explanation: String.t() | nil,
  score: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.