Package com.openai.services.blocking
Interface FineTuningService
-
- All Implemented Interfaces:
public interface FineTuningService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceFineTuningService.WithRawResponseA view of FineTuningService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract FineTuningService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract JobServicejobs()-
-
Method Detail
-
withRawResponse
abstract FineTuningService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
jobs
abstract JobService jobs()
-
-
-
-