Class CheckpointServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.finetuning.CheckpointServiceAsync
public final class CheckpointServiceAsyncImpl implements CheckpointServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
CheckpointServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description CheckpointServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CheckpointServiceAsync
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. PermissionServiceAsync
permissions()
-
-
Method Detail
-
withRawResponse
CheckpointServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
CheckpointServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
permissions
PermissionServiceAsync permissions()
-
-
-
-