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

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

§Properties

§
dataStore?: string
[src]

Full resource name of DataStore, such as Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}

§
filter?: string
[src]

Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering