Interface RowService
-
- All Implemented Interfaces:
public interface RowService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceRowService.WithRawResponseA view of RowService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract RowService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract RowServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RowUpdateResponseupdate(String inferencePipelineId, RowUpdateParams params)Update an inference data point in an inference pipeline. RowUpdateResponseupdate(String inferencePipelineId, RowUpdateParams params, RequestOptions requestOptions)RowUpdateResponseupdate(RowUpdateParams params)abstract RowUpdateResponseupdate(RowUpdateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract RowService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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(String inferencePipelineId, RowUpdateParams params)
Update an inference data point in an inference pipeline.
-
update
RowUpdateResponse update(String inferencePipelineId, RowUpdateParams params, RequestOptions requestOptions)
-
update
RowUpdateResponse update(RowUpdateParams params)
-
update
abstract RowUpdateResponse update(RowUpdateParams params, RequestOptions requestOptions)
-
-
-
-