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, covering versions from 1.0.0 to the latest 3.22.0."],["The `AutoMlTextClassificationInputs` class is used for defining inputs for AutoML text classification training jobs, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `MultiLabel` property, which is a boolean value that can be set, as well as two constructors, one default and one accepting another `AutoMlTextClassificationInputs` object."],["The class `AutoMlTextClassificationInputs` also inherit members from `object` such as `GetHashCode`, `GetType` and `ToString`."],["The latest version of the documentation is 3.22.0 and the current version being displayed on the webpage is 3.15.0."]]],[]]