public sealed class VideoDatasetMetadata : IMessage<VideoDatasetMetadata>, IEquatable<VideoDatasetMetadata>, IDeepCloneable<VideoDatasetMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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 documentation details the `VideoDatasetMetadata` class, which is part of the Google Cloud AI Platform v1beta1 API and is specifically for datasets containing video data."],["`VideoDatasetMetadata` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data structure and management."],["The class includes two constructors: a default constructor and one that takes another `VideoDatasetMetadata` object for cloning."],["Key properties of the `VideoDatasetMetadata` class include `DataItemSchemaUri`, which points to the YAML schema for video data items, and `GcsBucket`, specifying the Google Cloud Storage location for the dataset's blob data."],["The `VideoDatasetMetadata` class is located within the `Google.Cloud.AIPlatform.V1Beta1.Schema` namespace and is contained in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]