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-04-09 UTC."],[[["This page provides documentation for the `AutoMlVideoClassificationInputs` class within the Google Cloud AI Platform, specifically for version 3.21.0 of the .NET library."],["The `AutoMlVideoClassificationInputs` class is used for defining inputs for AutoML video classification training jobs and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and has two constructors: a default constructor and one that accepts another `AutoMlVideoClassificationInputs` instance for cloning, offering functionality to create objects that are equal to one another, and copy one another."],["The `ModelType` property of type `AutoMlVideoClassificationInputs.Types.ModelType` is available, allowing the specification of the model type for video classification."],["This webpage also acts as an index of previous versions of this documentation, with a wide range of them available, from version 1.0.0 up to the latest 3.22.0."]]],[]]