View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1VertexRagStoreRagResource (google_api_ai_platform v0.13.0)

The definition of the Rag resource.

Attributes

  • ragCorpus (type: String.t, default: nil) - Optional. RagCorpora resource name. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
  • ragFileIds (type: list(String.t), default: nil) - Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1VertexRagStoreRagResource{
    ragCorpus: String.t() | nil,
    ragFileIds: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.