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