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