SupervisedTuningDataStats constructor
SupervisedTuningDataStats({
- int tuningDatasetExampleCount = 0,
- int totalTuningCharacterCount = 0,
- int totalBillableCharacterCount = 0,
- int totalBillableTokenCount = 0,
- int tuningStepCount = 0,
- SupervisedTuningDatasetDistribution? userInputTokenDistribution,
- SupervisedTuningDatasetDistribution? userOutputTokenDistribution,
- SupervisedTuningDatasetDistribution? userMessagePerExampleDistribution,
- List<
Content> userDatasetExamples = const [], - int totalTruncatedExampleCount = 0,
- List<
int> truncatedExampleIndices = const [], - List<
String> droppedExampleReasons = const [],
Implementation
SupervisedTuningDataStats({
this.tuningDatasetExampleCount = 0,
this.totalTuningCharacterCount = 0,
this.totalBillableCharacterCount = 0,
this.totalBillableTokenCount = 0,
this.tuningStepCount = 0,
this.userInputTokenDistribution,
this.userOutputTokenDistribution,
this.userMessagePerExampleDistribution,
this.userDatasetExamples = const [],
this.totalTruncatedExampleCount = 0,
this.truncatedExampleIndices = const [],
this.droppedExampleReasons = const [],
}) : super(fullyQualifiedName);