Class TestResultServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.inferencepipelines.TestResultService.WithRawResponse
public final class TestResultServiceImpl.WithRawResponseImpl implements TestResultService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TestResultService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<TestResultListResponse>list(TestResultListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
TestResultService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
HttpResponseFor<TestResultListResponse> list(TestResultListParams params, RequestOptions requestOptions)
-
-
-
-