Class FineTuningTask
Inheritance
FineTuningTask
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class FineTuningTask
Properties
|
Edit this page
View Source
CompleteTime
Declaration
[JsonProperty("complete_time")]
public DateTime? CompleteTime { get; set; }
Property Value
|
Edit this page
View Source
HyperParameters
Declaration
[JsonProperty("hyperparameters")]
public HyperParameters HyperParameters { get; set; }
Property Value
|
Edit this page
View Source
Snapshots
Declaration
[JsonProperty("snapshots")]
public List<TuningSnapshot> Snapshots { get; set; }
Property Value
|
Edit this page
View Source
StartTime
Declaration
[JsonProperty("start_time")]
public DateTime? StartTime { get; set; }
Property Value
|
Edit this page
View Source
TrainingData
Declaration
[JsonProperty("trainingData")]
public FineTuningDataset TrainingData { get; set; }
Property Value
Extension Methods