public sealed class TextClassificationModelMetadata : IMessage<TextClassificationModelMetadata>, IEquatable<TextClassificationModelMetadata>, IDeepCloneable<TextClassificationModelMetadata>, IBufferMessage, IMessage
Model metadata that is specific to text classification.
[[["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."],[[["The `TextClassificationModelMetadata` class provides metadata specific to text classification models within the Google Cloud AutoML V1 library."],["Version 3.4.0 is the latest available version, with older versions like 3.3.0, 3.2.0, 3.1.0, and back to version 2.2.0 also available to access."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various operations."],["The class includes a `ClassificationType` property, which is an output-only property used to define the type of text classification model it represents."],["The `TextClassificationModelMetadata` class offers two constructors, one default and another that accepts another `TextClassificationModelMetadata` object as a parameter for copying."]]],[]]