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-04-17 UTC."],[[["This webpage details the `TextClassificationDatasetMetadata` class within the `Google.Cloud.AutoML.V1` namespace, specifically for version 2.4.0."],["The `TextClassificationDatasetMetadata` class is used to define dataset metadata for classification problems and inherits from `Object`, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default one and another that takes an existing `TextClassificationDatasetMetadata` instance for copying."],["The class has one property, `ClassificationType`, which is a required property that specifies the type of classification problem being addressed."],["This page contains a list of versions ranging from 2.2.0 to 3.4.0 of the `TextClassificationDatasetMetadata` class, with 3.4.0 being the latest."]]],[]]