View Source GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRoutingDecisionMetadata (google_api_ai_platform v0.2.0)

Debug metadata about the routing decision.

Attributes

  • scoreBasedRoutingMetadata (type: GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRoutingDecisionMetadataScoreBased.t, default: nil) -
  • tokenLengthBasedRoutingMetadata (type: GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRoutingDecisionMetadataTokenLengthBased.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRoutingDecisionMetadata{
  scoreBasedRoutingMetadata:
    GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRoutingDecisionMetadataScoreBased.t()
    | nil,
  tokenLengthBasedRoutingMetadata:
    GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRoutingDecisionMetadataTokenLengthBased.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.