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