Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1VertexRagStoreRagResource

import type { GoogleCloudAiplatformV1VertexRagStoreRagResource } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

The definition of the Rag resource.

interface GoogleCloudAiplatformV1VertexRagStoreRagResource {
ragCorpus?: string;
ragFileIds?: string[];
}

§Properties

§
ragCorpus?: string
[src]

Optional. RagCorpora resource name. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

§
ragFileIds?: string[]
[src]

Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.