Package com.openai.services.async
Class FineTuningServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.FineTuningServiceAsync.WithRawResponse
public final class FineTuningServiceAsyncImpl.WithRawResponseImpl implements FineTuningServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description FineTuningServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. MethodServiceAsync.WithRawResponse
methods()
JobServiceAsync.WithRawResponse
jobs()
CheckpointServiceAsync.WithRawResponse
checkpoints()
AlphaServiceAsync.WithRawResponse
alpha()
-
-
Method Detail
-
withOptions
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
MethodServiceAsync.WithRawResponse methods()
-
checkpoints
CheckpointServiceAsync.WithRawResponse checkpoints()
-
-
-
-