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

GoogleCloudAiplatformV1SchemaPromptSpecReferenceSentencePair

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

A pair of sentences used as reference in source and target languages.

interface GoogleCloudAiplatformV1SchemaPromptSpecReferenceSentencePair {
sourceSentence?: string;
targetSentence?: string;
}

§Properties

§
sourceSentence?: string
[src]

Source sentence in the sentence pair.

§
targetSentence?: string
[src]

Target sentence in the sentence pair.