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

DataStore

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

A DataStore resource in Vertex AI Search.

interface DataStore {
readonly connectorConfig?: DataStoreConnectorConfig;
readonly createTime?: Date;
readonly displayName?: string;
readonly documentProcessingMode?: "DOCUMENT_PROCESSING_MODE_UNSPECIFIED" | "DOCUMENTS" | "CHUNKS";
name?: string;
readonly type?:
| "DATA_STORE_TYPE_UNSPECIFIED"
| "PUBLIC_WEB"
| "UNSTRUCTURED"
| "FAQ"
| "CONNECTOR";
}

§Properties

§
readonly connectorConfig?: DataStoreConnectorConfig
[src]

Output only. The connector config for the data store connection.

§
readonly createTime?: Date
[src]

Output only. Timestamp when the data store was created.

§
readonly displayName?: string
[src]

Output only. The display name of the data store.

§
readonly documentProcessingMode?: "DOCUMENT_PROCESSING_MODE_UNSPECIFIED" | "DOCUMENTS" | "CHUNKS"
[src]

Output only. The document processing mode for the data store connection. Only set for PUBLIC_WEB and UNSTRUCTURED data stores.

§
name?: string
[src]

Required. Full resource name of the DataStore. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}

§
readonly type?: "DATA_STORE_TYPE_UNSPECIFIED" | "PUBLIC_WEB" | "UNSTRUCTURED" | "FAQ" | "CONNECTOR"
[src]

Output only. The type of the data store. This field is readonly and populated by the server.