Class BigQueryModelTraining
Inheritance
object
BigQueryModelTraining
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class BigQueryModelTraining : IDirectResponseSchema
Properties
CurrentIteration
[Output-only, Beta] Index of current ML training iteration. Updated during create model query job to show job progress.
Declaration
[JsonProperty("currentIteration")]
public virtual int? CurrentIteration { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpectedTotalIterations
[Output-only, Beta] Expected number of iterations for the create model query job specified as num_iterations in the input query. The actual total number of iterations may be less than this number due to early stop.
Declaration
[JsonProperty("expectedTotalIterations")]
public virtual long? ExpectedTotalIterations { get; set; }
Property Value
Type | Description |
---|---|
long? |