Class XPSVideoTrainingOperationMetadata
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSVideoTrainingOperationMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TrainCostMilliNodeHour
This is an estimation of the node hours necessary for training a model, expressed in milli node hours (i.e. 1,000 value in this field means 1 node hour). A node hour represents the time a virtual machine spends running your training job. The cost of one node running for one hour is a node hour.
Declaration
[JsonProperty("trainCostMilliNodeHour")]
public virtual long? TrainCostMilliNodeHour { get; set; }
Property Value
Type | Description |
---|---|
long? |