Class RetryHandler
java.lang.Object
org.apache.beam.sdk.ml.inference.remote.RetryHandler
- All Implemented Interfaces:
Serializable
A utility for running request and handle failures and retries.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescription<T> Texecute(RetryHandler.RetryableRequest<T> request) static RetryHandlerwithRetryFilter(RetryHandler.RetryFilter retryFilter)
-
Method Details
-
withDefaults
-
withRetryFilter
-
execute
- Throws:
Exception
-