Uses of Class
com.google.genai.types.TuningJob
Packages that use TuningJob
-
Uses of TuningJob in com.google.genai
Methods in com.google.genai that return TuningJobModifier and TypeMethodDescriptionTunings.get
(String name, GetTuningJobConfig config) Makes an API request to get a tuning job.Tunings.tune
(String baseModel, TuningDataset trainingDataset, CreateTuningJobConfig config) Makes an API request to create a supervised fine-tuning job.Methods in com.google.genai that return types with arguments of type TuningJobModifier and TypeMethodDescriptionAsyncTunings.get
(String name, GetTuningJobConfig config) Asynchronously makes an API request to get a tuning job.AsyncTunings.list
(ListTuningJobsConfig config) Asynchronously makes an API request to list the available tuning jobs.Tunings.list
(ListTuningJobsConfig config) Makes an API request to list the available tuning jobs.AsyncTunings.tune
(String baseModel, TuningDataset trainingDataset, CreateTuningJobConfig config) Asynchronously makes an API request to create a supervised fine-tuning job. -
Uses of TuningJob in com.google.genai.types
Methods in com.google.genai.types that return TuningJobModifier and TypeMethodDescriptionabstract TuningJob
TuningJob.Builder.build()
static TuningJob
Deserializes a JSON string to a TuningJob object.Methods in com.google.genai.types that return types with arguments of type TuningJobModifier and TypeMethodDescriptionListTuningJobsResponse.tuningJobs()
List of TuningJobs in the requested page.Methods in com.google.genai.types with parameters of type TuningJobModifier and TypeMethodDescriptionListTuningJobsResponse.Builder.tuningJobs
(TuningJob... tuningJobs) Setter for tuningJobs.Method parameters in com.google.genai.types with type arguments of type TuningJobModifier and TypeMethodDescriptionabstract ListTuningJobsResponse.Builder
ListTuningJobsResponse.Builder.tuningJobs
(List<TuningJob> tuningJobs) Setter for tuningJobs.