public sealed class VideoDatasetMetadata : IMessage<VideoDatasetMetadata>, IEquatable<VideoDatasetMetadata>, IDeepCloneable<VideoDatasetMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class VideoDatasetMetadata.
The metadata of Datasets that contain Video DataItems.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference information for the `VideoDatasetMetadata` class within the Vertex AI v1beta1 API, specifically detailing its structure, inheritance, and implemented interfaces."],["The `VideoDatasetMetadata` class is designed to hold metadata for Datasets that contain video data items and has methods for initialization both with no parameters, or by copying another object of the same type."],["It inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering enhanced functionality for data handling."],["The class includes two properties, `DataItemSchemaUri` and `GcsBucket`, which respectively point to the schema definition for Video DataItems and the Google Cloud Storage location of the dataset's data."]]],[]]