DistillationDataStats

@Serializable
data class DistillationDataStats(val trainingDatasetStats: DatasetStats? = null)

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.

Constructors

Link copied to clipboard
constructor(trainingDatasetStats: DatasetStats? = null)

Properties

Link copied to clipboard

Output only. Statistics computed for the training dataset.