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-04-09 UTC."],[[["The `AutoMlImageSegmentationMetadata` class, part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, is used for defining metadata related to AutoML image segmentation training jobs."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer message operations."],["`AutoMlImageSegmentationMetadata` has two constructors, one default and another that allows for creating an instance by cloning an existing `AutoMlImageSegmentationMetadata` object."],["The `CostMilliNodeHours` property, a long integer, represents the actual training cost in milli node hours and cannot exceed the `budgetMilliNodeHours`."],["The `SuccessfulStopReason` property, of type `AutoMlImageSegmentationMetadata.Types.SuccessfulStopReason`, indicates why the job completed successfully."]]],[]]