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-09 UTC."],[[["This document provides reference information for the `AutoMlVideoClassification` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`AutoMlVideoClassification` is used to define a TrainingJob that trains and uploads an AutoML Video Classification Model, inheriting from the `object` class and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors: a default constructor and another that takes an `AutoMlVideoClassification` object as a parameter for initialization."],["The `Inputs` property, of type `AutoMlVideoClassificationInputs`, allows setting the input parameters for a TrainingJob, providing control over the process."],["The class is part of the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace, found within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]