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<WatchFeedBackResponse>>
feedBack(WatchFeedBackParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<WatchPredictResponse>>
predict(WatchPredictParams params, RequestOptions requestOptions)
-
-
Method Detail
-
feedBack
CompletableFuture<HttpResponseFor<WatchFeedBackResponse>> feedBack(WatchFeedBackParams params, RequestOptions requestOptions)
-
predict
CompletableFuture<HttpResponseFor<WatchPredictResponse>> predict(WatchPredictParams params, RequestOptions requestOptions)
-
-
-
-