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