OptionalbaseThe base teacher model that is being distilled. See Supported models.
OptionalhyperOptional. Hyperparameters for Distillation.
OptionalpipelineDeprecated. A path in a Cloud Storage bucket, which will be treated as the root output directory of the distillation pipeline. It is used by the system to generate the paths of output artifacts.
OptionalpromptThe GCS URI of the prompt dataset to use during distillation.
OptionalstudentThe student model that is being tuned, e.g., "google/gemma-2b-1.1-it". Deprecated. Use base_model instead.
OptionaltrainingDeprecated. Cloud Storage path to file containing training dataset for tuning. The dataset must be formatted as a JSONL file.
OptionaltunedThe resource name of the Tuned teacher model. Format: projects/{project}/locations/{location}/models/{model}.
OptionalvalidationOptional. Cloud Storage path to file containing validation dataset for tuning. The dataset must be formatted as a JSONL file.
Distillation tuning spec for tuning.