Class EvaluationServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.async.EvaluationServiceAsync
public final class EvaluationServiceAsyncImpl implements EvaluationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEvaluationServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description EvaluationServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. EvaluationServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RedTeamServiceAsyncredTeam()-
-
Method Detail
-
withRawResponse
EvaluationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
EvaluationServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
redTeam
RedTeamServiceAsync redTeam()
-
-
-
-