Package so.prelude.sdk.services.blocking
Class WatchServiceImpl
-
- All Implemented Interfaces:
-
so.prelude.sdk.services.blocking.WatchService
public final class WatchServiceImpl implements WatchService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description WatchService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. WatchFeedBackResponse
feedBack(WatchFeedBackParams params, RequestOptions requestOptions)
WatchPredictResponse
predict(WatchPredictParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
WatchService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
feedBack
WatchFeedBackResponse feedBack(WatchFeedBackParams params, RequestOptions requestOptions)
-
predict
WatchPredictResponse predict(WatchPredictParams params, RequestOptions requestOptions)
-
-
-
-