Class AutoMlVideoClassification (2.0.0)

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

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

Inheritance

Object > AutoMlVideoClassification

Namespace

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

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AutoMlVideoClassification()

public AutoMlVideoClassification()

AutoMlVideoClassification(AutoMlVideoClassification)

public AutoMlVideoClassification(AutoMlVideoClassification other)
Parameter
NameDescription
otherAutoMlVideoClassification

Properties

Inputs

public AutoMlVideoClassificationInputs Inputs { get; set; }

The input parameters of this TrainingJob.

Property Value
TypeDescription
AutoMlVideoClassificationInputs