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 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.