Cloud AI Platform v1beta1 API - Class AutoMlVideoClassification (1.0.0-beta03)

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

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

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

Inheritance

object > AutoMlVideoClassification

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

AutoMlVideoClassification()

public AutoMlVideoClassification()

AutoMlVideoClassification(AutoMlVideoClassification)

public AutoMlVideoClassification(AutoMlVideoClassification other)
Parameter
Name Description
other AutoMlVideoClassification

Properties

Inputs

public AutoMlVideoClassificationInputs Inputs { get; set; }

The input parameters of this TrainingJob.

Property Value
Type Description
AutoMlVideoClassificationInputs