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 FineTuningServiceAsync
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. 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.
-
withOptions
abstract FineTuningServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
methods
abstract MethodServiceAsync methods()
-
jobs
abstract JobServiceAsync jobs()
-
checkpoints
abstract CheckpointServiceAsync checkpoints()
-
alpha
abstract AlphaServiceAsync alpha()
-
-
-
-