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