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-10 UTC."],[[["This webpage details the `AutoMlVideoClassificationInputs` class within the `Google.Cloud.AIPlatform.V1` library, focusing on its use in defining inputs for AutoML video classification training jobs."],["The class `AutoMlVideoClassificationInputs` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in the Google Protobuf framework."],["The `AutoMlVideoClassificationInputs` class includes a `ModelType` property, which allows for the specification of the model type to be used in the video classification task."],["The page lists various versions of the `AutoMlVideoClassificationInputs` class, from version 1.0.0 up to the latest version 3.22.0, allowing developers to access specific versions of the class."],["`AutoMlVideoClassificationInputs` has two constructors: one default constructor, and another that clones an existing `AutoMlVideoClassificationInputs` object."]]],[]]