Class FineTuningJobService
public class FineTuningJobService : CrudService<OpenAIClient, FineTuningRequest, FineTuningJob, DeletionStatus, CursorQuery>
- Inheritance
-
object
FineTuningJobService
Constructors
FineTuningJobService(OpenAIClient)
public FineTuningJobService(OpenAIClient client)
Parameters
client OpenAIClient
Methods
CancelAsync(string, RESTOptions)
public UniTask<FineTuningJob> CancelAsync(string objectId, RESTOptions options = null)
Parameters
objectId string
options RESTOptions
Returns
- UniTask<FineTuningJob>
ListEventsAsync(string, CursorQuery, RESTOptions)
public UniTask<QueryResponse<FineTuningEvent>> ListEventsAsync(string fineTuningJobId, CursorQuery query = null, RESTOptions reqOptions = null)
Parameters
fineTuningJobId string
query CursorQuery
reqOptions RESTOptions
Returns
- UniTask<QueryResponse<FineTuningEvent>>
ResumeAsync(string, RESTOptions)
public UniTask<FineTuningJob> ResumeAsync(string objectId, RESTOptions options = null)
Parameters
objectId string
options RESTOptions
Returns
- UniTask<FineTuningJob>