Class DataServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.inferencepipelines.DataServiceAsync
public final class DataServiceAsyncImpl implements DataServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDataServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description DataServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. DataServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<DataStreamResponse>stream(DataStreamParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
DataServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
DataServiceAsync 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<DataStreamResponse> stream(DataStreamParams params, RequestOptions requestOptions)
-
-
-
-