Class GraderModelServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.graders.GraderModelService.WithRawResponse
public final class GraderModelServiceImpl.WithRawResponseImpl implements GraderModelService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description GraderModelService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. -
-
Method Detail
-
withOptions
GraderModelService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
-
-
-