Class PromptAnalyzerServiceImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.blocking.PromptAnalyzerService
public final class PromptAnalyzerServiceImpl implements PromptAnalyzerService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPromptAnalyzerServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description PromptAnalyzerService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. PromptAnalyzerServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. PromptAnalyzerCreateResponsecreate(PromptAnalyzerCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
PromptAnalyzerService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
PromptAnalyzerService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
PromptAnalyzerCreateResponse create(PromptAnalyzerCreateParams params, RequestOptions requestOptions)
-
-
-
-