Cloud AI Platform v1 API - Class AutoMlVideoClassification (2.24.0)

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

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

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