public sealed class AutoMlImageSegmentationMetadata : IMessage<AutoMlImageSegmentationMetadata>, IEquatable<AutoMlImageSegmentationMetadata>, IDeepCloneable<AutoMlImageSegmentationMetadata>, 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."],[[["This document provides details for the `AutoMlImageSegmentationMetadata` class, which is part of the `Google.Cloud.AIPlatform.V1Beta1` library's schema for training job definitions, specifically within the 1.0.0-beta09 version."],["The `AutoMlImageSegmentationMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["It includes two constructors, one default and another that allows for creating a copy of another `AutoMlImageSegmentationMetadata` object, providing flexibility in object creation."],["The class features two key properties: `CostMilliNodeHours`, representing the training cost in milli node hours, and `SuccessfulStopReason`, indicating the reason for successful job completion."],["The latest version and all other older versions can be found on this page under the Version 1.0.0-beta09, with `1.0.0-beta21` being the latest."]]],[]]