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