public sealed class TextClassificationDatasetMetadata : IMessage<TextClassificationDatasetMetadata>, IEquatable<TextClassificationDatasetMetadata>, IDeepCloneable<TextClassificationDatasetMetadata>, IBufferMessage, IMessage
[[["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 details the `TextClassificationDatasetMetadata` class within the `Google.Cloud.AutoML.V1` namespace, specifically for version 3.0.0 of the .NET library."],["The `TextClassificationDatasetMetadata` class is used to manage dataset metadata for classification tasks and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and lists them as inherited members."],["It provides a `ClassificationType` property, which is a required field specifying the nature of the classification problem being addressed by the dataset."],["The page contains links to different version of the library, with the latest being 3.4.0."]]],[]]