Package com.openai.services.async
Interface FineTuningServiceAsync
-
- All Implemented Interfaces:
public interface FineTuningServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceFineTuningServiceAsync.WithRawResponseA view of FineTuningServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract FineTuningServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract JobServiceAsyncjobs()-
-
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()
-
-
-
-