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-25 UTC."],[[["This webpage provides documentation for the `AutoMlVideoClassificationInputs` class within the Google Cloud AI Platform V1 .NET library, specifically focusing on its use in defining inputs for AutoML video classification training jobs."],["The documentation covers a range of versions for the `AutoMlVideoClassificationInputs` class, from version 1.0.0 up to the latest version 3.22.0, allowing users to access information relevant to different releases."],["`AutoMlVideoClassificationInputs` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are all from Google.Protobuf."],["The page outlines the class's inheritance from `object` and details its constructors: a parameterless constructor and a constructor that takes another `AutoMlVideoClassificationInputs` instance, providing ways to create new instances of this class."],["A primary property of the class, `ModelType`, is presented, which is of type `AutoMlVideoClassificationInputs.Types.ModelType`, and can be set to specify the kind of model desired."]]],[]]