Cloud AI Platform v1 API - Class AutoMlImageObjectDetectionMetadata (2.27.0)

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

Inheritance

object > AutoMlImageObjectDetectionMetadata

Namespace

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

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AutoMlImageObjectDetectionMetadata()

public AutoMlImageObjectDetectionMetadata()

AutoMlImageObjectDetectionMetadata(AutoMlImageObjectDetectionMetadata)

public AutoMlImageObjectDetectionMetadata(AutoMlImageObjectDetectionMetadata other)
Parameter
NameDescription
otherAutoMlImageObjectDetectionMetadata

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 AutoMlImageObjectDetectionMetadata.Types.SuccessfulStopReason SuccessfulStopReason { get; set; }

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

Property Value
TypeDescription
AutoMlImageObjectDetectionMetadataTypesSuccessfulStopReason