Class RowServiceImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.inferencepipelines.RowService
public final class RowServiceImpl implements RowService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRowServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RowService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. RowServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RowUpdateResponseupdate(RowUpdateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
RowService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
RowService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
update
RowUpdateResponse update(RowUpdateParams params, RequestOptions requestOptions)
-
-
-
-