Class GraderServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.finetuning.alpha.GraderService
public final class GraderServiceImpl implements GraderService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
GraderServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description GraderService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. GraderRunResponse
run(GraderRunParams params, RequestOptions requestOptions)
GraderValidateResponse
validate(GraderValidateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
GraderService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
run
GraderRunResponse run(GraderRunParams params, RequestOptions requestOptions)
-
validate
GraderValidateResponse validate(GraderValidateParams params, RequestOptions requestOptions)
-
-
-
-