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