public sealed class AutoMlVideoObjectTrackingInputs : IMessage<AutoMlVideoObjectTrackingInputs>, IEquatable<AutoMlVideoObjectTrackingInputs>, IDeepCloneable<AutoMlVideoObjectTrackingInputs>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["This webpage provides documentation for the `AutoMlVideoObjectTrackingInputs` class within the `Google.Cloud.AIPlatform.V1` namespace, specifically detailing its use in defining training job inputs for video object tracking in AI Platform."],["The latest version of the documentation available is 3.22.0, but it includes a comprehensive list of historical versions dating back to version 1.0.0, allowing users to reference previous iterations."],["`AutoMlVideoObjectTrackingInputs` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality in message handling, equality checking, deep cloning, and buffer manipulation within the Google.Protobuf framework."],["The class includes properties like `ModelType` which is a user-settable property that determines the type of model to use, and it also supports the ability to construct via a parameterless constructor and a copy constructor that takes in another `AutoMlVideoObjectTrackingInputs` object."],["The class inherits from `object` and provides inherited members such as `GetHashCode`, `GetType`, and `ToString`, offering standard object-oriented capabilities, and is contained in the `Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition` namespace within the `Google.Cloud.AIPlatform.V1.dll` assembly."]]],[]]