Uses of Class
com.google.genai.types.VeoLoraTuningSpec
Packages that use VeoLoraTuningSpec
-
Uses of VeoLoraTuningSpec in com.google.genai.types
Methods in com.google.genai.types that return VeoLoraTuningSpecModifier and TypeMethodDescriptionabstract VeoLoraTuningSpecVeoLoraTuningSpec.Builder.build()static VeoLoraTuningSpecDeserializes a JSON string to a VeoLoraTuningSpec object.Methods in com.google.genai.types that return types with arguments of type VeoLoraTuningSpecModifier and TypeMethodDescriptionabstract Optional<VeoLoraTuningSpec>TuningJob.veoLoraTuningSpec()Tuning Spec for Veo LoRA Tuning.Methods in com.google.genai.types with parameters of type VeoLoraTuningSpecModifier and TypeMethodDescriptionabstract TuningJob.BuilderTuningJob.Builder.veoLoraTuningSpec(VeoLoraTuningSpec veoLoraTuningSpec) Setter for veoLoraTuningSpec.