Uses of Class
com.google.genai.types.DistillationHyperParameters.Builder
Packages that use DistillationHyperParameters.Builder
-
Uses of DistillationHyperParameters.Builder in com.google.genai.types
Methods in com.google.genai.types that return DistillationHyperParameters.BuilderModifier and TypeMethodDescriptionabstract DistillationHyperParameters.BuilderDistillationHyperParameters.Builder.adapterSize(AdapterSize adapterSize) Setter for adapterSize.DistillationHyperParameters.Builder.adapterSize(AdapterSize.Known knownType) Setter for adapterSize given a known enum.DistillationHyperParameters.Builder.adapterSize(String adapterSize) Setter for adapterSize given a string.DistillationHyperParameters.builder()Instantiates a builder for DistillationHyperParameters.DistillationHyperParameters.Builder.clearAdapterSize()Clears the value of adapterSize field.DistillationHyperParameters.Builder.clearEpochCount()Clears the value of epochCount field.DistillationHyperParameters.Builder.clearLearningRateMultiplier()Clears the value of learningRateMultiplier field.abstract DistillationHyperParameters.BuilderDistillationHyperParameters.Builder.epochCount(Long epochCount) Setter for epochCount.abstract DistillationHyperParameters.BuilderDistillationHyperParameters.Builder.learningRateMultiplier(Double learningRateMultiplier) Setter for learningRateMultiplier.abstract DistillationHyperParameters.BuilderDistillationHyperParameters.toBuilder()Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type DistillationHyperParameters.BuilderModifier and TypeMethodDescriptionDistillationSpec.Builder.hyperParameters(DistillationHyperParameters.Builder hyperParametersBuilder) Setter for hyperParameters builder.