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