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

GoogleCloudAiplatformV1ExternalApiElasticSearchParams

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

The search parameters to use for the ELASTIC_SEARCH spec.

interface GoogleCloudAiplatformV1ExternalApiElasticSearchParams {
index?: string;
numHits?: number;
searchTemplate?: string;
}

§Properties

§
index?: string
[src]

The ElasticSearch index to use.

§
numHits?: number
[src]

Optional. Number of hits (chunks) to request. When specified, it is passed to Elasticsearch as the num_hits param.

§
searchTemplate?: string
[src]

The ElasticSearch search template to use.