Table of Contents

Class FineTuningTask

public class FineTuningTask
Inheritance
object
FineTuningTask

Properties

CompleteTime

public DateTime? CompleteTime { get; set; }

Property Value

DateTime?

HyperParameters

public HyperParameters HyperParameters { get; set; }

Property Value

HyperParameters

Snapshots

public List<TuningSnapshot> Snapshots { get; set; }

Property Value

List<TuningSnapshot>

StartTime

public DateTime? StartTime { get; set; }

Property Value

DateTime?

TrainingData

public FineTuningDataset TrainingData { get; set; }

Property Value

FineTuningDataset