Package com.openai.services.async
Interface FineTuningServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
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
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. abstract MethodServiceAsync.WithRawResponse
methods()
abstract JobServiceAsync.WithRawResponse
jobs()
abstract CheckpointServiceAsync.WithRawResponse
checkpoints()
abstract AlphaServiceAsync.WithRawResponse
alpha()
-
-
Method Detail
-
withOptions
abstract FineTuningServiceAsync.WithRawResponse 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.WithRawResponse methods()
-
jobs
abstract JobServiceAsync.WithRawResponse jobs()
-
checkpoints
abstract CheckpointServiceAsync.WithRawResponse checkpoints()
-
alpha
abstract AlphaServiceAsync.WithRawResponse alpha()
-
-
-
-