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 MethodServiceAsync
methods()
abstract JobServiceAsync
jobs()
abstract CheckpointServiceAsync
checkpoints()
abstract AlphaServiceAsync
alpha()
-
-
Method Detail
-
withRawResponse
abstract FineTuningServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
methods
abstract MethodServiceAsync methods()
-
jobs
abstract JobServiceAsync jobs()
-
checkpoints
abstract CheckpointServiceAsync checkpoints()
-
alpha
abstract AlphaServiceAsync alpha()
-
-
-
-