Package com.openai.services.blocking
Interface FineTuningService.WithRawResponse
-
- All Implemented Interfaces:
public interface FineTuningService.WithRawResponse
A view of FineTuningService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract MethodService.WithRawResponse
methods()
abstract JobService.WithRawResponse
jobs()
abstract CheckpointService.WithRawResponse
checkpoints()
abstract AlphaService.WithRawResponse
alpha()
-
-
Method Detail
-
methods
abstract MethodService.WithRawResponse methods()
-
jobs
abstract JobService.WithRawResponse jobs()
-
checkpoints
abstract CheckpointService.WithRawResponse checkpoints()
-
alpha
abstract AlphaService.WithRawResponse alpha()
-
-
-
-