Uses of Class
com.unfbx.chatgpt.entity.fineTune.job.FineTuneJobListResponse
-
Packages that use FineTuneJobListResponse Package Description com.unfbx.chatgpt -
-
Uses of FineTuneJobListResponse in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return FineTuneJobListResponse Modifier and Type Method Description FineTuneJobListResponse<FineTuneJobEvent>OpenAiClient. fineTuneJobEvents(String fineTuneJobId, String after, Integer limit)微调作业事件列表FineTuneJobListResponse<FineTuneJobResponse>OpenAiClient. fineTuneJobs(String after, Integer limit)微调job集合Methods in com.unfbx.chatgpt that return types with arguments of type FineTuneJobListResponse Modifier and Type Method Description io.reactivex.Single<FineTuneJobListResponse<FineTuneJobEvent>>OpenAiApi. fineTuneJobEvents(String fineTuneJobId, String after, Integer limit)微调job事件列表io.reactivex.Single<FineTuneJobListResponse<FineTuneJobResponse>>OpenAiApi. fineTuneJobs(String after, Integer limit)微调job集合
-