public sealed class ImageClassificationDatasetMetadata : IMessage<ImageClassificationDatasetMetadata>, IEquatable<ImageClassificationDatasetMetadata>, IDeepCloneable<ImageClassificationDatasetMetadata>, IBufferMessage, IMessage
Dataset metadata that is specific to image 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-04-17 UTC."],[[["The latest version of the `ImageClassificationDatasetMetadata` is 3.4.0, with a history of versions back to 2.2.0 available for reference."],["`ImageClassificationDatasetMetadata` provides metadata specific to image classification tasks within the Google Cloud AutoML V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionality such as deep cloning and message handling."],["The `ImageClassificationDatasetMetadata` class has a constructor and a copy constructor, `ImageClassificationDatasetMetadata(ImageClassificationDatasetMetadata)`, and includes a `ClassificationType` property."],["The `ImageClassificationDatasetMetadata` class has inherited members from the base `Object` class, like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]