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

GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode

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

When manual routing is set, the specified model will be used directly.

interface GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode {
modelName?: string;
}

§Properties

§
modelName?: string
[src]

The model name to use. Only the public LLM models are accepted. See Supported models.