Uses of Class
com.unfbx.chatgpt.entity.fineTune.FineTuneResponse
-
Packages that use FineTuneResponse Package Description com.unfbx.chatgpt -
-
Uses of FineTuneResponse in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return FineTuneResponse Modifier and Type Method Description FineTuneResponseOpenAiClient. cancelFineTune(String fineTuneId)Deprecated.FineTuneResponseOpenAiClient. fineTune(FineTune fineTune)Deprecated.FineTuneResponseOpenAiClient. fineTune(String trainingFileId)Deprecated.FineTuneResponseOpenAiClient. retrieveFineTune(String fineTuneId)Deprecated.Methods in com.unfbx.chatgpt that return types with arguments of type FineTuneResponse Modifier and Type Method Description io.reactivex.Single<FineTuneResponse>OpenAiApi. cancelFineTune(String fineTuneId)Deprecated.io.reactivex.Single<FineTuneResponse>OpenAiApi. fineTune(FineTune fineTune)Deprecated.io.reactivex.Single<OpenAiResponse<FineTuneResponse>>OpenAiApi. fineTunes()Deprecated.List<FineTuneResponse>OpenAiClient. fineTunes()Deprecated.io.reactivex.Single<FineTuneResponse>OpenAiApi. retrieveFineTune(String fineTuneId)Deprecated.
-