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 information about the `AutoMlImageSegmentationMetadata` class, which is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, specifically within the `Schema.TrainingJob.Definition` sub-namespace."],["The `AutoMlImageSegmentationMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in data handling and management within the Google Cloud AI Platform."],["The class has two constructors, one default and one that takes another `AutoMlImageSegmentationMetadata` object as a parameter, enabling object creation and cloning."],["Two key properties are detailed: `CostMilliNodeHours`, which represents the training cost in milli node hours and is a long type; and `SuccessfulStopReason`, which indicates the reason for a successful job completion, using the `AutoMlImageSegmentationMetadata.Types.SuccessfulStopReason` type."],["The document lists the version information for the `AutoMlImageSegmentationMetadata` class, with the latest being `1.0.0-beta21`, in addition to the previous version `1.0.0-beta20`."]]],[]]