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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["`AutoMlVideoClassification` is a class in the Cloud AI Platform v1beta1 API that defines a training job for AutoML Video Classification models."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class includes constructors for creating new instances, either empty or by copying another `AutoMlVideoClassification` object."],["It features an `Inputs` property, which holds the input parameters of the training job, with its type being `AutoMlVideoClassificationInputs`."],["The class is contained within the namespace `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]