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)取消微调作业FineTuneResponseOpenAiClient. fineTune(FineTune fineTune)创建微调模型FineTuneResponseOpenAiClient. fineTune(String trainingFileId)创建微调模型FineTuneResponseOpenAiClient. retrieveFineTune(String fineTuneId)检索微调作业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)取消微调作业io.reactivex.Single<FineTuneResponse>OpenAiApi. fineTune(FineTune fineTune)创建微调作业io.reactivex.Single<OpenAiResponse<FineTuneResponse>>OpenAiApi. fineTunes()微调作业集合List<FineTuneResponse>OpenAiClient. fineTunes()微调模型列表io.reactivex.Single<FineTuneResponse>OpenAiApi. retrieveFineTune(String fineTuneId)检索微调作业
-