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