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

GoogleCloudAiplatformV1LargeModelReference

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

Contains information about the Large Model.

interface GoogleCloudAiplatformV1LargeModelReference {
name?: string;
}

§Properties

§
name?: string
[src]

Required. The unique name of the large Foundation or pre-built model. Like "chat-bison", "text-bison". Or model name with version ID, like "chat-bison@001", "text-bison@005", etc.