Class CheckpointServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.finetuning.jobs.CheckpointService.WithRawResponse
public final class CheckpointServiceImpl.WithRawResponseImpl implements CheckpointService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CheckpointService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<CheckpointListPage>list(CheckpointListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
CheckpointService.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
HttpResponseFor<CheckpointListPage> list(CheckpointListParams params, RequestOptions requestOptions)
-
-
-
-