View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GroundingMetadata (google_api_ai_platform v0.2.0)
Metadata returned to client when grounding is enabled.
Attributes
-
groundingAttributions
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GroundingAttribution.t)
, default:nil
) - Optional. List of grounding attributions. -
webSearchQueries
(type:list(String.t)
, default:nil
) - Optional. Web search queries for the following-up web search.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GroundingMetadata{ groundingAttributions: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GroundingAttribution.t() ] | nil, webSearchQueries: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.