public sealed class AutoMlTextClassification : IMessage<AutoMlTextClassification>, IEquatable<AutoMlTextClassification>, IDeepCloneable<AutoMlTextClassification>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class AutoMlTextClassification.
A TrainingJob that trains and uploads an AutoML Text 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-03-25 UTC."],[[["This document provides reference information for the `AutoMlTextClassification` class within the Vertex AI v1beta1 API, specifically for training AutoML Text Classification models."],["The `AutoMlTextClassification` class, available in versions beta20 and beta21, inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is defined in the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace, within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["It has two constructors: a default one and one that takes another `AutoMlTextClassification` object as a parameter for copying, and it has a property called `Inputs` that holds the input parameters of the training job."]]],[]]