Class PromptAnalyzerServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.async.PromptAnalyzerServiceAsync
public final class PromptAnalyzerServiceAsyncImpl implements PromptAnalyzerServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPromptAnalyzerServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description PromptAnalyzerServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. PromptAnalyzerServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<PromptAnalyzerCreateResponse>create(PromptAnalyzerCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
PromptAnalyzerServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
PromptAnalyzerServiceAsync 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<PromptAnalyzerCreateResponse> create(PromptAnalyzerCreateParams params, RequestOptions requestOptions)
-
-
-
-