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-03-21 UTC."],[[["The `VideoDatasetMetadata` class, part of the Cloud AI Platform v1beta1 API, defines the metadata for datasets containing video data."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default constructor and another that takes another `VideoDatasetMetadata` object as a parameter for creating a copy."],["The class includes two properties, `DataItemSchemaUri` and `GcsBucket`, for defining the schema location and the Google Cloud Storage bucket that contains the video data."]]],[]]