Package com.openai.services.async
Interface FineTuningServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface FineTuningServiceAsync.WithRawResponseA view of FineTuningServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract MethodServiceAsync.WithRawResponsemethods()abstract JobServiceAsync.WithRawResponsejobs()abstract CheckpointServiceAsync.WithRawResponsecheckpoints()abstract AlphaServiceAsync.WithRawResponsealpha()-
-
Method Detail
-
methods
abstract MethodServiceAsync.WithRawResponse methods()
-
jobs
abstract JobServiceAsync.WithRawResponse jobs()
-
checkpoints
abstract CheckpointServiceAsync.WithRawResponse checkpoints()
-
alpha
abstract AlphaServiceAsync.WithRawResponse alpha()
-
-
-
-