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 TuningExample
TuningExample.Builder.build()
static TuningExample
Deserializes 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.Builder
TuningDataset.Builder.examples
(List<TuningExample> examples) Setter for examples.