Interface CheckpointService.WithRawResponse
-
- All Implemented Interfaces:
public interface CheckpointService.WithRawResponseA view of CheckpointService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<CheckpointListPage>list(CheckpointListParams params)Returns a raw HTTP response for get /fine_tuning/jobs/{fine_tuning_job_id}/checkpoints, but is otherwise the same as CheckpointService.list.abstract HttpResponseFor<CheckpointListPage>list(CheckpointListParams params, RequestOptions requestOptions)-
-
Method Detail
-
list
@MustBeClosed() HttpResponseFor<CheckpointListPage> list(CheckpointListParams params)
Returns a raw HTTP response for
get /fine_tuning/jobs/{fine_tuning_job_id}/checkpoints, but is otherwise the same as CheckpointService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<CheckpointListPage> list(CheckpointListParams params, RequestOptions requestOptions)
-
-
-
-