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

Attributes

  • citations (type: list(GoogleApi.AIPlatform.V1.Model.LearningGenaiRootGroundingMetadataCitation.t), default: nil) -
  • groundingCancelled (type: boolean(), default: nil) - True if grounding is cancelled, for example, no facts being retrieved.
  • searchQueries (type: list(String.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.LearningGenaiRootGroundingMetadata{
  citations:
    [
      GoogleApi.AIPlatform.V1.Model.LearningGenaiRootGroundingMetadataCitation.t()
    ]
    | nil,
  groundingCancelled: boolean() | nil,
  searchQueries: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.