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

DataStoreSettingsEngine

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

An engine to which the data stores are connected. See Vertex AI Search: https://cloud.google.com/generative-ai-app-builder/docs/enterprise-search-introduction.

interface DataStoreSettingsEngine {
readonly name?: string;
readonly type?: "TYPE_UNSPECIFIED" | "ENGINE_TYPE_SEARCH" | "ENGINE_TYPE_CHAT";
}

§Properties

§
readonly name?: string
[src]

Output only. The resource name of the engine. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}

§
readonly type?: "TYPE_UNSPECIFIED" | "ENGINE_TYPE_SEARCH" | "ENGINE_TYPE_CHAT"
[src]

Output only. The type of the engine.