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

GoogleCloudAiplatformV1SchemaPromptApiSchema

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

The A2 schema of a prompt.

interface GoogleCloudAiplatformV1SchemaPromptApiSchema {
apiSchemaVersion?: string;
}

§Properties

§
apiSchemaVersion?: string
[src]

The Schema version that represents changes to the API behavior.

§

A list of execution instances for constructing a ready-to-use prompt.

§

Multimodal prompt which embeds preambles to prompt string.

§

The prompt variation that stores preambles in separate fields.

§

The prompt variation for Translation use case.