Class DataServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.inferencepipelines.DataServiceAsync.WithRawResponse
public final class DataServiceAsyncImpl.WithRawResponseImpl implements DataServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description DataServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<DataStreamResponse>>stream(DataStreamParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
DataServiceAsync.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
CompletableFuture<HttpResponseFor<DataStreamResponse>> stream(DataStreamParams params, RequestOptions requestOptions)
-
-
-
-