Package so.prelude.sdk.services.async
Class WatchServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
so.prelude.sdk.services.async.WatchServiceAsync.WithRawResponse
public final class WatchServiceAsyncImpl.WithRawResponseImpl implements WatchServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<WatchPredictResponse>>
predict(WatchPredictParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<WatchSendEventsResponse>>
sendEvents(WatchSendEventsParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<WatchSendFeedbacksResponse>>
sendFeedbacks(WatchSendFeedbacksParams params, RequestOptions requestOptions)
-
-
Method Detail
-
predict
CompletableFuture<HttpResponseFor<WatchPredictResponse>> predict(WatchPredictParams params, RequestOptions requestOptions)
-
sendEvents
CompletableFuture<HttpResponseFor<WatchSendEventsResponse>> sendEvents(WatchSendEventsParams params, RequestOptions requestOptions)
-
sendFeedbacks
CompletableFuture<HttpResponseFor<WatchSendFeedbacksResponse>> sendFeedbacks(WatchSendFeedbacksParams params, RequestOptions requestOptions)
-
-
-
-