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."],[[["This webpage details the `TextClassificationModelMetadata` class within the `Google.Cloud.AutoML.V1` namespace, specifically for version 2.5.0."],["The `TextClassificationModelMetadata` class is a model metadata type used for text classification and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and has a properties of `ClassificationType` as well as 2 available constructors."],["The page provides links to documentation for various versions of `Google.Cloud.AutoML.V1`, with the latest version being 3.4.0, indicating a history of updates and improvements."]]],[]]