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