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

GoogleCloudAiplatformV1Blob

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

Content blob. It's preferred to send as text directly rather than raw bytes.

interface GoogleCloudAiplatformV1Blob {
data?: Uint8Array;
mimeType?: string;
}

§Properties

§
data?: Uint8Array
[src]

Required. Raw bytes.

§
mimeType?: string
[src]

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