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 V1 .NET library, specifically under the `Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition` namespace."],["The `AutoMlTextClassificationInputs` class is a sealed class that inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are part of the Google.Protobuf library."],["The page details the availability of the `AutoMlTextClassificationInputs` class across numerous versions, ranging from version 1.0.0 to the latest version, 3.22.0."],["The documentation includes information on the class's constructors, including a default constructor and a copy constructor that takes another `AutoMlTextClassificationInputs` object as a parameter."],["The page specifies that `AutoMlTextClassificationInputs` contains a property called `MultiLabel` of type bool, which determines multi-label text classification."]]],[]]