Class IterationResult
Information about a single iteration of the training run.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class IterationResult : IDirectResponseSchema
Properties
ArimaResult
Arima result.
Declaration
[JsonProperty("arimaResult")]
public virtual ArimaResult ArimaResult { get; set; }
Property Value
Type | Description |
---|---|
ArimaResult |
ClusterInfos
Information about top clusters for clustering models.
Declaration
[JsonProperty("clusterInfos")]
public virtual IList<ClusterInfo> ClusterInfos { get; set; }
Property Value
Type | Description |
---|---|
IList<ClusterInfo> |
DurationMs
Time taken to run the iteration in milliseconds.
Declaration
[JsonProperty("durationMs")]
public virtual long? DurationMs { 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 |
EvalLoss
Loss computed on the eval data at the end of iteration.
Declaration
[JsonProperty("evalLoss")]
public virtual double? EvalLoss { get; set; }
Property Value
Type | Description |
---|---|
double? |
Index
Index of the iteration, 0 based.
Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type | Description |
---|---|
int? |
LearnRate
Learn rate used for this iteration.
Declaration
[JsonProperty("learnRate")]
public virtual double? LearnRate { get; set; }
Property Value
Type | Description |
---|---|
double? |
PrincipalComponentInfos
The information of the principal components.
Declaration
[JsonProperty("principalComponentInfos")]
public virtual IList<PrincipalComponentInfo> PrincipalComponentInfos { get; set; }
Property Value
Type | Description |
---|---|
IList<PrincipalComponentInfo> |
TrainingLoss
Loss computed on the training data at the end of iteration.
Declaration
[JsonProperty("trainingLoss")]
public virtual double? TrainingLoss { get; set; }
Property Value
Type | Description |
---|---|
double? |