Class GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata
Inheritance
GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageObjectDetectionMetadata : IDirectResponseSchema
Properties
CostMilliNodeHours
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.
Declaration
[JsonProperty("costMilliNodeHours")]
public virtual long? CostMilliNodeHours { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SuccessfulStopReason
For successful job completions, this is the reason why the job has finished.
Declaration
[JsonProperty("successfulStopReason")]
public virtual string SuccessfulStopReason { get; set; }
Property Value
Type | Description |
---|---|
string |