public sealed class AutoMlImageSegmentationMetadata : IMessage<AutoMlImageSegmentationMetadata>, IEquatable<AutoMlImageSegmentationMetadata>, IDeepCloneable<AutoMlImageSegmentationMetadata>, IBufferMessage, IMessage
Implements
IMessageAutoMlImageSegmentationMetadata, IEquatableAutoMlImageSegmentationMetadata, IDeepCloneableAutoMlImageSegmentationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.DefinitionAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
AutoMlImageSegmentationMetadata()
public AutoMlImageSegmentationMetadata()
AutoMlImageSegmentationMetadata(AutoMlImageSegmentationMetadata)
public AutoMlImageSegmentationMetadata(AutoMlImageSegmentationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
AutoMlImageSegmentationMetadata |
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 | |
---|---|
Type | Description |
long |
SuccessfulStopReason
public AutoMlImageSegmentationMetadata.Types.SuccessfulStopReason SuccessfulStopReason { get; set; }
For successful job completions, this is the reason why the job has finished.
Property Value | |
---|---|
Type | Description |
AutoMlImageSegmentationMetadataTypesSuccessfulStopReason |