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-31 UTC."],[[["This page documents the `AutoMlImageClassificationMetadata` class, which is part of the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace within the Google Cloud AI Platform's .NET library."],["The `AutoMlImageClassificationMetadata` class is a sealed class, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` while inheriting from `object`."],["This class offers two constructors: a default constructor `AutoMlImageClassificationMetadata()` and a copy constructor `AutoMlImageClassificationMetadata(AutoMlImageClassificationMetadata other)`."],["It exposes properties such as `CostMilliNodeHours`, which represents the training cost in milli node hours, and `SuccessfulStopReason`, which indicates the reason for a successful job completion."],["The latest version available is `1.0.0-beta21`, and previous versions are also accessible, including `1.0.0-beta20`."]]],[]]