public sealed class AutoMlTextClassification : IMessage<AutoMlTextClassification>, IEquatable<AutoMlTextClassification>, IDeepCloneable<AutoMlTextClassification>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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."],[[["The `AutoMlTextClassification` class, part of the Cloud AI Platform v1beta1 API, is used for training and uploading an AutoML Text Classification Model."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with protocol buffer structures."],["The `AutoMlTextClassification` class is in the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace and is found within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["The class provides two constructors: a default constructor and one that takes another `AutoMlTextClassification` instance as a parameter for cloning."],["It contains an `Inputs` property of type `AutoMlTextClassificationInputs`, representing the input parameters for the TrainingJob."]]],[]]