RetryConfig class when initializing the client, through the client’s retry_config parameter.
If a request to the Pipeline API fails, the client will retry the
request with an exponential backoff strategy up to a maximum interval of one minute. The
function keeps retrying until the total elapsed time exceeds max_elapsed_time*,
which defaults to one hour. However, you can override these defaults, for example as follows:
Python SDK
RetryConfig settings include:

