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-21 UTC."],[[["This webpage provides documentation for the `AutoMlTextClassificationInputs` class within the Google Cloud AI Platform .NET library, specifically for version 2.2.0."],["The `AutoMlTextClassificationInputs` class is used within the `Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition` namespace and is implemented in the `Google.Cloud.AIPlatform.V1.dll` assembly."],["The class offers two constructors: a default constructor and a copy constructor that accepts another `AutoMlTextClassificationInputs` instance."],["The `AutoMlTextClassificationInputs` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It includes a single property, `MultiLabel`, which is a boolean, and also includes inherited methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]