Uses of Class
com.unfbx.chatgpt.entity.fineTune.job.FineTuneJob.Model
-
Packages that use FineTuneJob.Model Package Description com.unfbx.chatgpt.entity.fineTune.job -
-
Uses of FineTuneJob.Model in com.unfbx.chatgpt.entity.fineTune.job
Methods in com.unfbx.chatgpt.entity.fineTune.job that return FineTuneJob.Model Modifier and Type Method Description static FineTuneJob.ModelFineTuneJob.Model. valueOf(String name)Returns the enum constant of this type with the specified name.static FineTuneJob.Model[]FineTuneJob.Model. values()Returns an array containing the constants of this enum type, in the order they are declared.
-