Class XPSVideoClassificationTrainResponse
Inheritance
XPSVideoClassificationTrainResponse
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSVideoClassificationTrainResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ModelArtifactSpec
The fields below are only populated under uCAIP request scope.
Declaration
[JsonProperty("modelArtifactSpec")]
public virtual XPSVideoModelArtifactSpec ModelArtifactSpec { get; set; }
Property Value
TrainCostNodeSeconds
The actual train cost of creating this model, expressed in node seconds, i.e. 3,600 value in this field
means 1 node hour.
Declaration
[JsonProperty("trainCostNodeSeconds")]
public virtual long? TrainCostNodeSeconds { get; set; }
Property Value
Implements