public sealed class AutoMlVideoClassification : IMessage<AutoMlVideoClassification>, IEquatable<AutoMlVideoClassification>, IDeepCloneable<AutoMlVideoClassification>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class AutoMlVideoClassification.
A TrainingJob that trains and uploads an AutoML Video Classification Model.
Implements
IMessageAutoMlVideoClassification, IEquatableAutoMlVideoClassification, IDeepCloneableAutoMlVideoClassification, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.DefinitionAssembly
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 |
|