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, while this document focuses on version 2.3.0 of the `TextClassificationModelMetadata`."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `ClassificationType` property, which is read-only, reveals the type of dataset classification used in training the model."],["The class includes constructors for creating new instances, either default or copying from another `TextClassificationModelMetadata` object."]]],[]]