View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Retrieval (google_api_ai_platform v0.13.0)
Defines a retrieval tool that model can call to access external knowledge.
Attributes
-
disableAttribution
(type:boolean()
, default:nil
) - Optional. Deprecated. This option is no longer supported. -
vertexAiSearch
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1VertexAISearch.t
, default:nil
) - Set to use data source powered by Vertex AI Search. -
vertexRagStore
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1VertexRagStore.t
, default:nil
) - Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Retrieval{ disableAttribution: boolean() | nil, vertexAiSearch: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1VertexAISearch.t() | nil, vertexRagStore: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1VertexRagStore.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.