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's .NET library, specifically version 3.8.0 and its historical iterations."],["The `AutoMlTextClassificationInputs` class is used for defining inputs for AutoML text classification training jobs and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AutoMlTextClassificationInputs` class inherits from the base `object` class and has a `MultiLabel` boolean property."],["The page documents historical versions of the class, starting from version 1.0.0, allowing users to access the documentation relevant to the versions of the library they are using."],["The page also lists two constructors for `AutoMlTextClassificationInputs`, one default and another accepting an existing `AutoMlTextClassificationInputs` instance as a parameter."]]],[]]