public sealed class AutoMlVideoObjectTracking : IMessage<AutoMlVideoObjectTracking>, IEquatable<AutoMlVideoObjectTracking>, IDeepCloneable<AutoMlVideoObjectTracking>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class AutoMlVideoObjectTracking.
A TrainingJob that trains and uploads an AutoML Video ObjectTracking Model.
[[["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."],[[["`AutoMlVideoObjectTracking` is a class in the Vertex AI v1beta1 API used for training and uploading AutoML Video Object Tracking Models."],["The class is part of the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["It inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, one default and one that accepts another `AutoMlVideoObjectTracking` object as a parameter for copying."],["The class contains a single public property `Inputs` of type `AutoMlVideoObjectTrackingInputs`, which is used to define the input parameters for the training job."]]],[]]