public sealed class AutoMlImageObjectDetectionMetadata : IMessage<AutoMlImageObjectDetectionMetadata>, IEquatable<AutoMlImageObjectDetectionMetadata>, IDeepCloneable<AutoMlImageObjectDetectionMetadata>, 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-25 UTC."],[[["`AutoMlImageObjectDetectionMetadata` is a class within the `Google.Cloud.AIPlatform.V1Beta1` namespace for defining metadata related to AutoML image object detection training jobs."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities like message handling, equality checks, deep cloning, and buffer operations."],["It has two constructors, one default and another that takes an `AutoMlImageObjectDetectionMetadata` instance for copying, providing flexibility for object creation."],["The class exposes properties like `CostMilliNodeHours`, representing the training cost in milli node hours, and `SuccessfulStopReason`, indicating why a job completed successfully."],["The latest available version is 1.0.0-beta21, with 1.0.0-beta20 also being accessible, while this version of documentation relates to 1.0.0-beta09."]]],[]]