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

Attributes

  • inputFilterInfo (type: GoogleApi.AIPlatform.V1.Model.LearningServingLlmMessageMetadata.t, default: nil) - Filter metadata of the input messages.
  • modelRoutingDecision (type: GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRoutingDecision.t, default: nil) - This score is generated by the router model to decide which model to use
  • outputFilterInfo (type: list(GoogleApi.AIPlatform.V1.Model.LearningServingLlmMessageMetadata.t), default: nil) - Filter metadata of the output messages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.CloudAiNlLlmProtoServiceMessageMetadata{
  inputFilterInfo:
    GoogleApi.AIPlatform.V1.Model.LearningServingLlmMessageMetadata.t() | nil,
  modelRoutingDecision:
    GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRoutingDecision.t() | nil,
  outputFilterInfo:
    [GoogleApi.AIPlatform.V1.Model.LearningServingLlmMessageMetadata.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.