Class TuningSnapshot
Inheritance
TuningSnapshot
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class TuningSnapshot
Properties
|
Edit this page
View Source
ComputeTime
Declaration
[JsonProperty("compute_time")]
public DateTime? ComputeTime { get; set; }
Property Value
|
Edit this page
View Source
Epoch
Declaration
[JsonProperty("epoch")]
public int Epoch { get; set; }
Property Value
|
Edit this page
View Source
MeanScore
Declaration
[JsonProperty("mean_score")]
public float MeanScore { get; set; }
Property Value
|
Edit this page
View Source
Step
Declaration
[JsonProperty("step")]
public int Step { get; set; }
Property Value
Extension Methods