Cloud AI Platform v1 API - Class AutoMlImageSegmentationMetadata (2.27.0)

public sealed class AutoMlImageSegmentationMetadata : IMessage<AutoMlImageSegmentationMetadata>, IEquatable<AutoMlImageSegmentationMetadata>, IDeepCloneable<AutoMlImageSegmentationMetadata>, IBufferMessage, IMessage

Inheritance

object > AutoMlImageSegmentationMetadata

Namespace

Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AutoMlImageSegmentationMetadata()

public AutoMlImageSegmentationMetadata()

AutoMlImageSegmentationMetadata(AutoMlImageSegmentationMetadata)

public AutoMlImageSegmentationMetadata(AutoMlImageSegmentationMetadata other)
Parameter
NameDescription
otherAutoMlImageSegmentationMetadata

Properties

CostMilliNodeHours

public long CostMilliNodeHours { get; set; }

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.

Property Value
TypeDescription
long

SuccessfulStopReason

public AutoMlImageSegmentationMetadata.Types.SuccessfulStopReason SuccessfulStopReason { get; set; }

For successful job completions, this is the reason why the job has finished.

Property Value
TypeDescription
AutoMlImageSegmentationMetadataTypesSuccessfulStopReason