DatasetStats constructor
DatasetStats({
- int tuningDatasetExampleCount = 0,
- int totalTuningCharacterCount = 0,
- int totalBillableCharacterCount = 0,
- int tuningStepCount = 0,
- DatasetDistribution? userInputTokenDistribution,
- DatasetDistribution? userOutputTokenDistribution,
- DatasetDistribution? userMessagePerExampleDistribution,
- List<
Content> userDatasetExamples = const [],
Implementation
DatasetStats({
this.tuningDatasetExampleCount = 0,
this.totalTuningCharacterCount = 0,
this.totalBillableCharacterCount = 0,
this.tuningStepCount = 0,
this.userInputTokenDistribution,
this.userOutputTokenDistribution,
this.userMessagePerExampleDistribution,
this.userDatasetExamples = const [],
}) : super(fullyQualifiedName);