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
-
-
Method Detail
-
withOptions
abstract CheckpointServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
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
CompletableFuture<HttpResponseFor<CheckpointListPageAsync>> list(String fineTuningJobId, CheckpointListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<CheckpointListPageAsync>> list(String fineTuningJobId, CheckpointListParams params)
-
list
abstract CompletableFuture<HttpResponseFor<CheckpointListPageAsync>> list(CheckpointListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<CheckpointListPageAsync>> list(String fineTuningJobId, RequestOptions requestOptions)
-
-
-
-