Uses of Class
com.google.genai.types.FullFineTuningSpec
Packages that use FullFineTuningSpec
-
Uses of FullFineTuningSpec in com.google.genai.types
Methods in com.google.genai.types that return FullFineTuningSpecModifier and TypeMethodDescriptionabstract FullFineTuningSpecFullFineTuningSpec.Builder.build()static FullFineTuningSpecDeserializes a JSON string to a FullFineTuningSpec object.Methods in com.google.genai.types that return types with arguments of type FullFineTuningSpecModifier and TypeMethodDescriptionabstract Optional<FullFineTuningSpec>TuningJob.fullFineTuningSpec()Tuning Spec for Full Fine Tuning.Methods in com.google.genai.types with parameters of type FullFineTuningSpecModifier and TypeMethodDescriptionabstract TuningJob.BuilderTuningJob.Builder.fullFineTuningSpec(FullFineTuningSpec fullFineTuningSpec) Setter for fullFineTuningSpec.