Class CheckpointServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.fineTuning.jobs.CheckpointServiceAsync
public final class CheckpointServiceAsyncImpl implements CheckpointServiceAsync
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<FineTuningJobCheckpointListPageAsync>
list(FineTuningJobCheckpointListParams params, RequestOptions requestOptions)
List checkpoints for a fine-tuning job. -
-
Method Detail
-
list
CompletableFuture<FineTuningJobCheckpointListPageAsync> list(FineTuningJobCheckpointListParams params, RequestOptions requestOptions)
List checkpoints for a fine-tuning job.
-
-
-
-