View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Retrieval (google_api_ai_platform v0.8.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.

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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.