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

GoogleCloudAiplatformV1DynamicRetrievalConfig

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

Describes the options to customize dynamic retrieval.

interface GoogleCloudAiplatformV1DynamicRetrievalConfig {
dynamicThreshold?: number;
mode?: "MODE_UNSPECIFIED" | "MODE_DYNAMIC";
}

§Properties

§
dynamicThreshold?: number
[src]

Optional. The threshold to be used in dynamic retrieval. If not set, a system default value is used.

§
mode?: "MODE_UNSPECIFIED" | "MODE_DYNAMIC"
[src]

The mode of the predictor to be used in dynamic retrieval.