public sealed class TextClassificationModelMetadata : IMessage<TextClassificationModelMetadata>, IEquatable<TextClassificationModelMetadata>, IDeepCloneable<TextClassificationModelMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class TextClassificationModelMetadata.
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."],[[["This webpage provides documentation for the `TextClassificationModelMetadata` class within the Google AutoML v1 API, specifically version 3.3.0."],["The `TextClassificationModelMetadata` class is used to describe the metadata for models used in text classification tasks, including the type of classification."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for object manipulation, comparison, and serialization."],["The latest version of this API is 3.4.0 and you can find documentation for version 3.0.0 through 3.4.0, and 2.2.0 through 2.6.0."],["The class contains a constructor `TextClassificationModelMetadata` that allows for the creation of new instances and has a `ClassificationType` property that is output-only, and is utilized to determine the type of classification the dataset uses."]]],[]]