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

GoogleCloudAiplatformV1SchemaVideoDatasetMetadata

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

The metadata of Datasets that contain Video DataItems.

interface GoogleCloudAiplatformV1SchemaVideoDatasetMetadata {
dataItemSchemaUri?: string;
gcsBucket?: string;
}

§Properties

§
dataItemSchemaUri?: string
[src]

Points to a YAML file stored on Google Cloud Storage describing payload of the Video DataItems that belong to this Dataset.

§
gcsBucket?: string
[src]

Google Cloud Storage Bucket name that contains the blob data of this Dataset.