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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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 2.6.0 also accessible."],["This class inherits from `Object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`TextClassificationModelMetadata` includes a `ClassificationType` property that indicates the classification type of the dataset used to train the model."]]],[]]