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

GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry

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

Single source entry for the grounding checking.

interface GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry {
enterpriseDatastore?: string;
inlineContext?: string;
type?:
| "UNSPECIFIED"
| "WEB"
| "ENTERPRISE"
| "VERTEX_AI_SEARCH"
| "INLINE";
vertexAiSearchDatastore?: string;
}

§Properties

§
enterpriseDatastore?: string
[src]

The uri of the Vertex AI Search data source. Deprecated. Use vertex_ai_search_datastore instead.

§
inlineContext?: string
[src]

The grounding text passed inline with the Predict API. It can support up to 1 million bytes.

§
type?: "UNSPECIFIED" | "WEB" | "ENTERPRISE" | "VERTEX_AI_SEARCH" | "INLINE"
[src]

The type of the grounding checking source.

§
vertexAiSearchDatastore?: string
[src]

The uri of the Vertex AI Search data source.