Package com.openai.services.blocking
Interface FineTuningService
-
- All Implemented Interfaces:
public interface FineTuningService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
FineTuningService.WithRawResponse
A view of FineTuningService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract FineTuningService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. abstract JobService
jobs()
-
-
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()
-
-
-
-