Uses of Class
com.google.genai.types.DistillationHyperParameters
Packages that use DistillationHyperParameters
-
Uses of DistillationHyperParameters in com.google.genai.types
Methods in com.google.genai.types that return DistillationHyperParametersModifier and TypeMethodDescriptionabstract DistillationHyperParametersDistillationHyperParameters.Builder.build()static DistillationHyperParametersDeserializes a JSON string to a DistillationHyperParameters object.Methods in com.google.genai.types that return types with arguments of type DistillationHyperParametersModifier and TypeMethodDescriptionabstract Optional<DistillationHyperParameters>DistillationSpec.hyperParameters()Optional.Methods in com.google.genai.types with parameters of type DistillationHyperParametersModifier and TypeMethodDescriptionabstract DistillationSpec.BuilderDistillationSpec.Builder.hyperParameters(DistillationHyperParameters hyperParameters) Setter for hyperParameters.