Package com.hiddenlayer.api.client
Class HiddenLayerClientAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.client.HiddenLayerClientAsync.WithRawResponse
public final class HiddenLayerClientAsyncImpl.WithRawResponseImpl implements HiddenLayerClientAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HiddenLayerClientAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ModelServiceAsync.WithRawResponsemodels()PromptAnalyzerServiceAsync.WithRawResponsepromptAnalyzer()InteractionServiceAsync.WithRawResponseinteractions()SensorServiceAsync.WithRawResponsesensors()ScanServiceAsync.WithRawResponsescans()-
-
Method Detail
-
withOptions
HiddenLayerClientAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
models
ModelServiceAsync.WithRawResponse models()
-
promptAnalyzer
PromptAnalyzerServiceAsync.WithRawResponse promptAnalyzer()
-
interactions
InteractionServiceAsync.WithRawResponse interactions()
-
sensors
SensorServiceAsync.WithRawResponse sensors()
-
-
-
-