View Source GoogleApi.AIPlatform.V1.Model.LearningGenaiRootCalculationType (google_api_ai_platform v0.3.0)

The type used for final weights calculation.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.