public sealed class ImageClassificationDatasetMetadata : IMessage<ImageClassificationDatasetMetadata>, IEquatable<ImageClassificationDatasetMetadata>, IDeepCloneable<ImageClassificationDatasetMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class ImageClassificationDatasetMetadata.
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."],[[["This document provides reference information for the `ImageClassificationDatasetMetadata` class within the Google AutoML v1 API, specifically for version 3.2.0."],["The `ImageClassificationDatasetMetadata` class is used for dataset metadata that is specific to image classification tasks and inherits from the `object` class."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a property called `ClassificationType` that is required, and describes the type of the classification problem, this property is of type `ClassificationType`."],["There are two constructors available for `ImageClassificationDatasetMetadata`, a default one, and another one that accepts `ImageClassificationDatasetMetadata` as a parameter."]]],[]]