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