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