Package so.prelude.sdk.services.async
Class WatchServiceAsyncImpl
-
- All Implemented Interfaces:
-
so.prelude.sdk.services.async.WatchServiceAsync
public final class WatchServiceAsyncImpl implements WatchServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description WatchServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. WatchServiceAsync
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<WatchPredictResponse>
predict(WatchPredictParams params, RequestOptions requestOptions)
CompletableFuture<WatchSendEventsResponse>
sendEvents(WatchSendEventsParams params, RequestOptions requestOptions)
CompletableFuture<WatchSendFeedbacksResponse>
sendFeedbacks(WatchSendFeedbacksParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
WatchServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
WatchServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
predict
CompletableFuture<WatchPredictResponse> predict(WatchPredictParams params, RequestOptions requestOptions)
-
sendEvents
CompletableFuture<WatchSendEventsResponse> sendEvents(WatchSendEventsParams params, RequestOptions requestOptions)
-
sendFeedbacks
CompletableFuture<WatchSendFeedbacksResponse> sendFeedbacks(WatchSendFeedbacksParams params, RequestOptions requestOptions)
-
-
-
-