public sealed class AutoMlVideoClassificationInputs : IMessage<AutoMlVideoClassificationInputs>, IEquatable<AutoMlVideoClassificationInputs>, IDeepCloneable<AutoMlVideoClassificationInputs>, IBufferMessage, IMessage
[[["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."],[[["This webpage provides documentation for the `AutoMlVideoClassificationInputs` class within the Google Cloud AI Platform, detailing its structure and functionality across multiple versions."],["The class `AutoMlVideoClassificationInputs` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and deep cloning within the Google Protobuf framework."],["The page lists available documentation versions for `AutoMlVideoClassificationInputs`, ranging from version 3.22.0 (latest) down to 1.0.0, allowing developers to reference specific versions for their projects."],["The `AutoMlVideoClassificationInputs` class inherits from `Object` and includes a `ModelType` property, which is of the type `AutoMlVideoClassificationInputs.Types.ModelType`, showcasing the structure of the class."],["There are two constructors for `AutoMlVideoClassificationInputs`: a parameterless constructor and another that takes an existing `AutoMlVideoClassificationInputs` object as a parameter, enabling both default initialization and object copying."]]],[]]