Uses of Enum
com.google.genai.types.TuningMode.Known
Packages that use TuningMode.Known
-
Uses of TuningMode.Known in com.google.genai.types
Methods in com.google.genai.types that return TuningMode.KnownModifier and TypeMethodDescriptionTuningMode.knownEnum()static TuningMode.KnownReturns the enum constant of this type with the specified name.static TuningMode.Known[]TuningMode.Known.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.genai.types with parameters of type TuningMode.KnownModifier and TypeMethodDescriptionSupervisedTuningSpec.Builder.tuningMode(TuningMode.Known knownType) Setter for tuningMode given a known enum.Constructors in com.google.genai.types with parameters of type TuningMode.Known