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

GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode

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

When automated routing is specified, the routing will be determined by the pretrained routing model and customer provided model routing preference.

interface GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode {
modelRoutingPreference?:
| "UNKNOWN"
| "PRIORITIZE_QUALITY"
| "BALANCED"
| "PRIORITIZE_COST";
}

§Properties

§
modelRoutingPreference?: "UNKNOWN" | "PRIORITIZE_QUALITY" | "BALANCED" | "PRIORITIZE_COST"
[src]

The model routing preference.