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

GoogleCloudAiplatformV1SchemaPromptSpecTranslationFileInputSource

import type { GoogleCloudAiplatformV1SchemaPromptSpecTranslationFileInputSource } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
interface GoogleCloudAiplatformV1SchemaPromptSpecTranslationFileInputSource {
content?: string;
displayName?: string;
mimeType?: string;
}

§Properties

§
content?: string
[src]

The file's contents.

§
displayName?: string
[src]

The file's display name.

§
mimeType?: string
[src]

The file's mime type.