Class RuntimeServiceImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.blocking.RuntimeService
public final class RuntimeServiceImpl implements RuntimeService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRuntimeServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RuntimeService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. RuntimeServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RuntimeEvaluateRequestResponseevaluateRequest(RuntimeEvaluateRequestParams params, RequestOptions requestOptions)RuntimeEvaluateResponseResponseevaluateResponse(RuntimeEvaluateResponseParams params, RequestOptions requestOptions)-
Methods inherited from class com.hiddenlayer.api.services.blocking.RuntimeService
evaluateRequest, evaluateRequest, evaluateRequest, evaluateResponse, evaluateResponse, evaluateResponse -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
RuntimeService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
RuntimeService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
evaluateRequest
RuntimeEvaluateRequestResponse evaluateRequest(RuntimeEvaluateRequestParams params, RequestOptions requestOptions)
-
evaluateResponse
RuntimeEvaluateResponseResponse evaluateResponse(RuntimeEvaluateResponseParams params, RequestOptions requestOptions)
-
-
-
-