Package com.hiddenlayer.api.client
Interface HiddenLayerClientAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface HiddenLayerClientAsync.WithRawResponseA view of HiddenLayerClientAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HiddenLayerClientAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract ModelServiceAsync.WithRawResponsemodels()abstract PromptAnalyzerServiceAsync.WithRawResponsepromptAnalyzer()abstract InteractionServiceAsync.WithRawResponseinteractions()abstract SensorServiceAsync.WithRawResponsesensors()abstract ScanServiceAsync.WithRawResponsescans()-
-
Method Detail
-
withOptions
abstract 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
abstract ModelServiceAsync.WithRawResponse models()
-
promptAnalyzer
abstract PromptAnalyzerServiceAsync.WithRawResponse promptAnalyzer()
-
interactions
abstract InteractionServiceAsync.WithRawResponse interactions()
-
sensors
abstract SensorServiceAsync.WithRawResponse sensors()
-
scans
abstract ScanServiceAsync.WithRawResponse scans()
-
-
-
-