Package com.openai.services.async
Class ModerationServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.ModerationServiceAsync
public final class ModerationServiceAsyncImpl implements ModerationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ModerationServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ModerationServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<ModerationCreateResponse>
create(ModerationCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
ModerationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<ModerationCreateResponse> create(ModerationCreateParams params, RequestOptions requestOptions)
-
-
-
-