Interface DistillationDataStats

Statistics for distillation prompt dataset. These statistics do not include the responses sampled from the teacher model. This data type is not supported in Gemini API.

interface DistillationDataStats {
    trainingDatasetStats?: DatasetStats;
}

Properties

trainingDatasetStats?: DatasetStats

Output only. Statistics computed for the training dataset.