Uses of Class
com.google.genai.types.TuningMethod
Packages that use TuningMethod
-
Uses of TuningMethod in com.google.genai.types
Methods in com.google.genai.types that return types with arguments of type TuningMethodModifier and TypeMethodDescriptionabstract Optional<TuningMethod>CreateTuningJobConfig.method()The method to use for tuning (SUPERVISED_FINE_TUNING or PREFERENCE_TUNING).Methods in com.google.genai.types with parameters of type TuningMethodModifier and TypeMethodDescriptionabstract CreateTuningJobConfig.BuilderCreateTuningJobConfig.Builder.method(TuningMethod method) Setter for method.