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

GoogleCloudAiplatformV1FileData

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

URI based data.

interface GoogleCloudAiplatformV1FileData {
fileUri?: string;
mimeType?: string;
}

§Properties

§
fileUri?: string
[src]

Required. URI.

§
mimeType?: string
[src]

Required. The IANA standard MIME type of the source data.