GoogleCloudAiplatformV1VertexAISearchDataStoreSpec
import type { GoogleCloudAiplatformV1VertexAISearchDataStoreSpec } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Define data stores within engine to filter on in a search call and configurations for those data stores. For more information, see https://cloud.google.com/generative-ai-app-builder/docs/reference/rpc/google.cloud.discoveryengine.v1#datastorespec
interface GoogleCloudAiplatformV1VertexAISearchDataStoreSpec {
dataStore?: string;
filter?: string;
}