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

GoogleCloudAiplatformV1SchemaPromptSpecTranslationPrompt

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

Prompt variation for Translation use case.

interface GoogleCloudAiplatformV1SchemaPromptSpecTranslationPrompt {
sourceLanguageCode?: string;
targetLanguageCode?: string;
}

§Properties

§
sourceLanguageCode?: string
[src]

The source language code.

§
targetLanguageCode?: string
[src]

The target language code.