Uses of Class
com.google.genai.types.CreateTuningJobConfig
Packages that use CreateTuningJobConfig
-
Uses of CreateTuningJobConfig in com.google.genai
Methods in com.google.genai with parameters of type CreateTuningJobConfigModifier and TypeMethodDescriptionAsyncTunings.tune
(String baseModel, TuningDataset trainingDataset, CreateTuningJobConfig config) Asynchronously makes an API request to create a supervised fine-tuning job.Tunings.tune
(String baseModel, TuningDataset trainingDataset, CreateTuningJobConfig config) Makes an API request to create a supervised fine-tuning job. -
Uses of CreateTuningJobConfig in com.google.genai.types
Methods in com.google.genai.types that return CreateTuningJobConfigModifier and TypeMethodDescriptionabstract CreateTuningJobConfig
CreateTuningJobConfig.Builder.build()
static CreateTuningJobConfig
Deserializes a JSON string to a CreateTuningJobConfig object.Methods in com.google.genai.types that return types with arguments of type CreateTuningJobConfigModifier and TypeMethodDescriptionabstract Optional<CreateTuningJobConfig>
CreateTuningJobParameters.config()
Configuration for the tuning job.abstract Optional<CreateTuningJobConfig>
CreateTuningJobParametersPrivate.config()
Configuration for the tuning job.Methods in com.google.genai.types with parameters of type CreateTuningJobConfigModifier and TypeMethodDescriptionabstract CreateTuningJobParameters.Builder
CreateTuningJobParameters.Builder.config
(CreateTuningJobConfig config) Setter for config.CreateTuningJobParametersPrivate.Builder.config
(CreateTuningJobConfig config) Setter for config.