Cloud AI Platform v1 API - Class AutoMlImageSegmentationMetadata (2.12.0)

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

Inheritance

object > AutoMlImageSegmentationMetadata

Namespace

GoogleCloudGoogle.Cloud.AIPlatformV1Google.Cloud.AIPlatform.V1.SchemaGoogle.Cloud.AIPlatform.V1.Schema.TrainingJobDefinition

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