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

GoogleCloudAiplatformV1VertexAISearch

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

Retrieve from Vertex AI Search datastore for grounding. See https://cloud.google.com/vertex-ai-search-and-conversation

interface GoogleCloudAiplatformV1VertexAISearch {
datastore?: string;
}

§Properties

§
datastore?: string
[src]

Required. Fully-qualified Vertex AI Search's datastore resource ID. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}