View Source GoogleApi.AIPlatform.V1.Model.LearningGenaiRootThresholdType (google_api_ai_platform v0.5.0)

The type of score that bundled with a threshold, and will not be attending the final score calculation. How each score type uses the threshold can be implementation details.

Attributes

  • scoreType (type: String.t, default: nil) -
  • threshold (type: float(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.LearningGenaiRootThresholdType{
  scoreType: String.t() | nil,
  threshold: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.