Uses of Class
com.google.genai.types.GetTuningJobConfig
Packages that use GetTuningJobConfig
-
Uses of GetTuningJobConfig in com.google.genai
Methods in com.google.genai with parameters of type GetTuningJobConfigModifier and TypeMethodDescriptionAsyncTunings.get(String name, GetTuningJobConfig config) Asynchronously makes an API request to get a tuning job.Tunings.get(String name, GetTuningJobConfig config) Makes an API request to get a tuning job. -
Uses of GetTuningJobConfig in com.google.genai.types
Methods in com.google.genai.types that return GetTuningJobConfigModifier and TypeMethodDescriptionabstract GetTuningJobConfigGetTuningJobConfig.Builder.build()static GetTuningJobConfigDeserializes a JSON string to a GetTuningJobConfig object.Methods in com.google.genai.types that return types with arguments of type GetTuningJobConfigModifier and TypeMethodDescriptionabstract Optional<GetTuningJobConfig>GetTuningJobParameters.config()Optional parameters for the request.Methods in com.google.genai.types with parameters of type GetTuningJobConfigModifier and TypeMethodDescriptionabstract GetTuningJobParameters.BuilderGetTuningJobParameters.Builder.config(GetTuningJobConfig config) Setter for config.