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-03-21 UTC."],[[["The `ImageClassificationDatasetMetadata` class provides metadata specific to image classification datasets within the Google Cloud AutoML V1 library."],["Version 3.4.0 is the latest available version, while version 2.5.0 is the current version being documented with previous versions ranging from 2.2.0 to 3.3.0."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class includes a constructor and a property called `ClassificationType`, which defines the classification problem type using the `ClassificationType` enum."]]],[]]