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