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, specifically for the .NET environment, detailing its structure, inheritance, and implementation."],["The latest version of the documented class is 3.22.0, with a list of available versions ranging from 1.0.0 to 3.22.0, all accessible through version-specific links."],["`AutoMlVideoClassificationInputs` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors: a default constructor `AutoMlVideoClassificationInputs()` and another that takes an `AutoMlVideoClassificationInputs` object as a parameter for cloning."],["The primary property of the `AutoMlVideoClassificationInputs` class is `ModelType`, which allows for setting or getting the model type via the `AutoMlVideoClassificationInputs.Types.ModelType` enum."]]],[]]