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 JobService.WithRawResponse
jobs()
abstract CheckpointService.WithRawResponse
checkpoints()
-
-
Method Detail
-
jobs
abstract JobService.WithRawResponse jobs()
-
checkpoints
abstract CheckpointService.WithRawResponse checkpoints()
-
-
-
-