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