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