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-25 UTC."],[[["This webpage provides documentation for the `AutoMlTextClassificationInputs` class within the Google Cloud AI Platform, detailing its various versions and class structure."],["The latest version of `AutoMlTextClassificationInputs` documented is 3.22.0, with a history of versions extending down to 1.0.0, each with its corresponding documentation link."],["`AutoMlTextClassificationInputs` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its use within a structured messaging system."],["The class inherits basic functionality from the `object` class and has two constructors, one default and another for creating a new instance from an existing `AutoMlTextClassificationInputs` object, used for copying."],["The `AutoMlTextClassificationInputs` class includes a `MultiLabel` property, a boolean that likely relates to whether the text classification supports multiple labels."]]],[]]