Uses of Class
com.unfbx.chatgpt.entity.fineTune.FineTuneDeleteResponse
-
Packages that use FineTuneDeleteResponse Package Description com.unfbx.chatgpt -
-
Uses of FineTuneDeleteResponse in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return FineTuneDeleteResponse Modifier and Type Method Description FineTuneDeleteResponseOpenAiClient. deleteFineTuneModel(String model)删除微调作业模型 Delete a fine-tuned model.Methods in com.unfbx.chatgpt that return types with arguments of type FineTuneDeleteResponse Modifier and Type Method Description io.reactivex.Single<FineTuneDeleteResponse>OpenAiApi. deleteFineTuneModel(String model)删除微调作业模型 Delete a fine-tuned model.
-