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