Uses of Class
com.unfbx.chatgpt.entity.fineTune.job.FineTuneJobResponse
-
Packages that use FineTuneJobResponse Package Description com.unfbx.chatgpt -
-
Uses of FineTuneJobResponse in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return FineTuneJobResponse Modifier and Type Method Description FineTuneJobResponseOpenAiClient. cancelFineTuneJob(String fineTuneJobId)取消微调jobFineTuneJobResponseOpenAiClient. fineTuneJob(FineTuneJob fineTuneJob)创建微调jobFineTuneJobResponseOpenAiClient. fineTuneJob(String trainingFileId)创建微调jobFineTuneJobResponseOpenAiClient. retrieveFineTuneJob(String fineTuneJobId)检索微调jobMethods in com.unfbx.chatgpt that return types with arguments of type FineTuneJobResponse Modifier and Type Method Description io.reactivex.Single<FineTuneJobResponse>OpenAiApi. cancelFineTuneJob(String fineTuneJobId)取消微调jobio.reactivex.Single<FineTuneJobResponse>OpenAiApi. fineTuneJob(FineTuneJob fineTuneJob)创建微调jobio.reactivex.Single<FineTuneJobListResponse<FineTuneJobResponse>>OpenAiApi. fineTuneJobs(String after, Integer limit)微调job集合FineTuneJobListResponse<FineTuneJobResponse>OpenAiClient. fineTuneJobs(String after, Integer limit)微调job集合io.reactivex.Single<FineTuneJobResponse>OpenAiApi. retrieveFineTuneJob(String fineTuneJobId)检索微调job
-