Uses of Class
com.google.genai.types.TuningExample
Packages that use TuningExample
-
Uses of TuningExample in com.google.genai.types
Methods in com.google.genai.types that return TuningExampleModifier and TypeMethodDescriptionabstract TuningExampleTuningExample.Builder.build()static TuningExampleDeserializes a JSON string to a TuningExample object.Methods in com.google.genai.types that return types with arguments of type TuningExampleModifier and TypeMethodDescriptionabstract Optional<List<TuningExample>>TuningDataset.examples()Inline examples with simple input/output text.Methods in com.google.genai.types with parameters of type TuningExampleModifier and TypeMethodDescriptionTuningDataset.Builder.examples(TuningExample... examples) Setter for examples.Method parameters in com.google.genai.types with type arguments of type TuningExampleModifier and TypeMethodDescriptionabstract TuningDataset.BuilderTuningDataset.Builder.examples(List<TuningExample> examples) Setter for examples.