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

GoogleCloudAiplatformV1SchemaImageDataItem

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

Payload of Image DataItem.

interface GoogleCloudAiplatformV1SchemaImageDataItem {
gcsUri?: string;
readonly mimeType?: string;
}

§Properties

§
gcsUri?: string
[src]

Required. Google Cloud Storage URI points to the original image in user's bucket. The image is up to 30MB in size.

§
readonly mimeType?: string
[src]

Output only. The mime type of the content of the image. Only the images in below listed mime types are supported. - image/jpeg - image/gif - image/png

  • image/webp - image/bmp - image/tiff - image/vnd.microsoft.icon