Interface DistillationSamplingSpec

Spec for creating a distilled dataset in Vertex Dataset. This data type is not supported in Gemini API.

interface DistillationSamplingSpec {
    baseTeacherModel?: string;
    tunedTeacherModelSource?: string;
    validationDatasetUri?: string;
}

Properties

baseTeacherModel?: string

Optional. The base teacher model that is being distilled. See Supported models.

tunedTeacherModelSource?: string

Optional. The resource name of the Tuned teacher model. Format: projects/{project}/locations/{location}/models/{model}.

validationDatasetUri?: string

Optional. Cloud Storage path to file containing validation dataset for distillation. The dataset must be formatted as a JSONL file.