Class GraderServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.finetuning.alpha.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. CompletableFuture<GraderRunResponse>
run(GraderRunParams params, RequestOptions requestOptions)
CompletableFuture<GraderValidateResponse>
validate(GraderValidateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
GraderServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
run
CompletableFuture<GraderRunResponse> run(GraderRunParams params, RequestOptions requestOptions)
-
validate
CompletableFuture<GraderValidateResponse> validate(GraderValidateParams params, RequestOptions requestOptions)
-
-
-
-