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-04-01 UTC."],[[["This webpage provides documentation for the `AutoMlVideoObjectTrackingInputs` class within the `Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition` namespace, spanning multiple versions from 1.0.0 to the latest 3.22.0."],["The `AutoMlVideoObjectTrackingInputs` class, which inherits from `Object`, is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for use within the Google Cloud AI Platform."],["The class has two constructors, a default constructor `AutoMlVideoObjectTrackingInputs()` and another that accepts an `AutoMlVideoObjectTrackingInputs` object for copying its properties, namely `AutoMlVideoObjectTrackingInputs(AutoMlVideoObjectTrackingInputs other)`."],["It exposes a `ModelType` property of type `AutoMlVideoObjectTrackingInputs.Types.ModelType`, which is a public get and set property, allowing for configuration of the model type within the video object tracking inputs."],["There are multiple versions of the dll available for referencing and use, with the latest being version 3.22.0 and the earliest version being 1.0.0, allowing flexibility for developers using different versions of the package."]]],[]]