Uses of Class
com.google.genai.types.DistillationSpec
Packages that use DistillationSpec
-
Uses of DistillationSpec in com.google.genai.types
Methods in com.google.genai.types that return DistillationSpecModifier and TypeMethodDescriptionabstract DistillationSpecDistillationSpec.Builder.build()static DistillationSpecDeserializes a JSON string to a DistillationSpec object.Methods in com.google.genai.types that return types with arguments of type DistillationSpecModifier and TypeMethodDescriptionabstract Optional<DistillationSpec>TuningJob.distillationSpec()Tuning Spec for Distillation.Methods in com.google.genai.types with parameters of type DistillationSpecModifier and TypeMethodDescriptionabstract TuningJob.BuilderTuningJob.Builder.distillationSpec(DistillationSpec distillationSpec) Setter for distillationSpec.