Class TuningTask
Inheritance
object
TuningTask
Assembly: .dll
Syntax
Properties
CompleteTime
Declaration
public DateTime? CompleteTime { get; set; }
Property Value
Type |
Description |
DateTime? |
|
Hyperparameters
Declaration
public Hyperparameters Hyperparameters { get; set; }
Property Value
Snapshots
Declaration
public List<TuningSnapshot> Snapshots { get; set; }
Property Value
StartTime
Declaration
public DateTime? StartTime { get; set; }
Property Value
Type |
Description |
DateTime? |
|
TrainingData
Declaration
public Dataset TrainingData { get; set; }
Property Value