Interface CheckpointServiceAsync
-
- All Implemented Interfaces:
public interface CheckpointServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description 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 abstract CheckpointServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<CheckpointListPageAsync>
list(String fineTuningJobId)
List checkpoints for a fine-tuning job. CompletableFuture<CheckpointListPageAsync>
list(String fineTuningJobId, CheckpointListParams params, RequestOptions requestOptions)
CompletableFuture<CheckpointListPageAsync>
list(String fineTuningJobId, CheckpointListParams params)
abstract CompletableFuture<CheckpointListPageAsync>
list(CheckpointListParams params, RequestOptions requestOptions)
CompletableFuture<CheckpointListPageAsync>
list(CheckpointListParams params)
CompletableFuture<CheckpointListPageAsync>
list(String fineTuningJobId, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
abstract CheckpointServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
list
CompletableFuture<CheckpointListPageAsync> list(String fineTuningJobId)
List checkpoints for a fine-tuning job.
-
list
CompletableFuture<CheckpointListPageAsync> list(String fineTuningJobId, CheckpointListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<CheckpointListPageAsync> list(String fineTuningJobId, CheckpointListParams params)
-
list
abstract CompletableFuture<CheckpointListPageAsync> list(CheckpointListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<CheckpointListPageAsync> list(CheckpointListParams params)
-
list
CompletableFuture<CheckpointListPageAsync> list(String fineTuningJobId, RequestOptions requestOptions)
-
-
-
-