Package com.openai.services.blocking
Class FineTuningServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.FineTuningService.WithRawResponse
public final class FineTuningServiceImpl.WithRawResponseImpl implements FineTuningService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description FineTuningService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. MethodService.WithRawResponse
methods()
JobService.WithRawResponse
jobs()
CheckpointService.WithRawResponse
checkpoints()
AlphaService.WithRawResponse
alpha()
-
-
Method Detail
-
withOptions
FineTuningService.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
MethodService.WithRawResponse methods()
-
jobs
JobService.WithRawResponse jobs()
-
checkpoints
CheckpointService.WithRawResponse checkpoints()
-
alpha
AlphaService.WithRawResponse alpha()
-
-
-
-