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