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