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-04-09 UTC."],[[["This document provides details for the `AutoMlTextClassificationInputs` class, which is part of the `Google.Cloud.AIPlatform.V1Beta1` library and is currently in beta version 1.0.0-beta02."],["The `AutoMlTextClassificationInputs` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each of them with `AutoMlTextClassificationInputs` as their generic type parameter."],["Two constructors are available for `AutoMlTextClassificationInputs`: a default constructor and a copy constructor that takes another `AutoMlTextClassificationInputs` object as a parameter."],["The class includes a `MultiLabel` property of type `bool`, which is a get and set property."],["The class has inherited members that are part of the base `object`, which include: `GetHashCode()`, `GetType()`, `ToString()`."]]],[]]