public sealed class AutoMlTextClassificationInputs : IMessage<AutoMlTextClassificationInputs>, IEquatable<AutoMlTextClassificationInputs>, IDeepCloneable<AutoMlTextClassificationInputs>, IBufferMessage, IMessage
[[["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-31 UTC."],[[["The `AutoMlTextClassificationInputs` class, found in the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace, is a sealed class representing inputs for AutoML text classification tasks."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is `1.0.0-beta21`, and a previous version `1.0.0-beta20` is also available."],["It provides two constructors: a default constructor and one that accepts another `AutoMlTextClassificationInputs` instance, and has a property, `MultiLabel`, of type boolean."]]],[]]