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[];
}