Cloud AI Platform v1 API - Class AutoMlVideoObjectTracking (2.27.0)

public sealed class AutoMlVideoObjectTracking : IMessage<AutoMlVideoObjectTracking>, IEquatable<AutoMlVideoObjectTracking>, IDeepCloneable<AutoMlVideoObjectTracking>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class AutoMlVideoObjectTracking.

A TrainingJob that trains and uploads an AutoML Video ObjectTracking Model.

Inheritance

object > AutoMlVideoObjectTracking

Namespace

Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AutoMlVideoObjectTracking()

public AutoMlVideoObjectTracking()

AutoMlVideoObjectTracking(AutoMlVideoObjectTracking)

public AutoMlVideoObjectTracking(AutoMlVideoObjectTracking other)
Parameter
NameDescription
otherAutoMlVideoObjectTracking

Properties

Inputs

public AutoMlVideoObjectTrackingInputs Inputs { get; set; }

The input parameters of this TrainingJob.

Property Value
TypeDescription
AutoMlVideoObjectTrackingInputs