Show / Hide Table of Contents

Class XPSVideoClassificationTrainResponse

Inheritance
object
XPSVideoClassificationTrainResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSVideoClassificationTrainResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ModelArtifactSpec

The fields below are only populated under uCAIP request scope.

Declaration
[JsonProperty("modelArtifactSpec")]
public virtual XPSVideoModelArtifactSpec ModelArtifactSpec { get; set; }
Property Value
Type Description
XPSVideoModelArtifactSpec

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
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX