Class PromptAnalyzerServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.async.PromptAnalyzerServiceAsync.WithRawResponse
public final class PromptAnalyzerServiceAsyncImpl.WithRawResponseImpl implements PromptAnalyzerServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description PromptAnalyzerServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<PromptAnalyzerCreateResponse>>create(PromptAnalyzerCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
PromptAnalyzerServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<PromptAnalyzerCreateResponse>> create(PromptAnalyzerCreateParams params, RequestOptions requestOptions)
-
-
-
-