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"]],[["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 `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."]]],[]]