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"]],[["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 `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."]]],[]]