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;
}