Package com.openai.services.async
Class ModerationServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.ModerationServiceAsync.WithRawResponse
public final class ModerationServiceAsyncImpl.WithRawResponseImpl implements ModerationServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<ModerationCreateResponse>>
create(ModerationCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /moderations
, but is otherwise the same as ModerationServiceAsync.create.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<ModerationCreateResponse>> create(ModerationCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /moderations
, but is otherwise the same as ModerationServiceAsync.create.
-
-
-
-