public sealed class AutoMlImageClassificationMetadata : IMessage<AutoMlImageClassificationMetadata>, IEquatable<AutoMlImageClassificationMetadata>, IDeepCloneable<AutoMlImageClassificationMetadata>, IBufferMessage, IMessage
The actual training cost of creating this model, expressed in
milli node hours, i.e. 1,000 value in this field means 1 node hour.
Guaranteed to not exceed inputs.budgetMilliNodeHours.
[[["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 `AutoMlImageClassificationMetadata` class, part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, is a sealed class used for managing metadata related to AutoML image classification training jobs, specifically for the latest version, 1.0.0-beta21."],["This class implements multiple interfaces, including `IMessage`, `IEquatable\u003cAutoMlImageClassificationMetadata\u003e`, `IDeepCloneable\u003cAutoMlImageClassificationMetadata\u003e`, and `IBufferMessage`, indicating its role in message handling and data management within the AI Platform."],["The class provides two constructors: a default one and one that accepts another `AutoMlImageClassificationMetadata` object, allowing for the creation of new instances or cloning existing ones."],["`AutoMlImageClassificationMetadata` includes two key properties: `CostMilliNodeHours` (a long integer representing training cost) and `SuccessfulStopReason` (indicating the reason for successful job completion)."],["This class inherits core functionality from the `object` class, which includes methods such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]