Uses of Class
com.google.genai.types.ListTuningJobsConfig
Packages that use ListTuningJobsConfig
-
Uses of ListTuningJobsConfig in com.google.genai
Methods in com.google.genai with parameters of type ListTuningJobsConfigModifier and TypeMethodDescriptionAsyncTunings.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. -
Uses of ListTuningJobsConfig in com.google.genai.types
Methods in com.google.genai.types that return ListTuningJobsConfigModifier and TypeMethodDescriptionabstract ListTuningJobsConfigListTuningJobsConfig.Builder.build()static ListTuningJobsConfigDeserializes a JSON string to a ListTuningJobsConfig object.Methods in com.google.genai.types that return types with arguments of type ListTuningJobsConfigModifier and TypeMethodDescriptionabstract Optional<ListTuningJobsConfig>ListTuningJobsParameters.config()Methods in com.google.genai.types with parameters of type ListTuningJobsConfigModifier and TypeMethodDescriptionabstract ListTuningJobsParameters.BuilderListTuningJobsParameters.Builder.config(ListTuningJobsConfig config) Setter for config.