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

GoogleCloudAiplatformV1SchemaVideoDataItem

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

Payload of Video DataItem.

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

§Properties

§
gcsUri?: string
[src]

Required. Google Cloud Storage URI points to the original video in user's bucket. The video is up to 50 GB in size and up to 3 hour in duration.

§
readonly mimeType?: string
[src]

Output only. The mime type of the content of the video. Only the videos in below listed mime types are supported. Supported mime_type: - video/mp4 - video/avi - video/quicktime