[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-07 UTC."],[[["This webpage details the `TpuLimitedErrorCountRetryPolicy`, a retry mechanism designed for `TpuConnection` in the Google Cloud TPU C++ library, specifically for the version 2.22.1 and others, with the latest version being 2.37.0-rc."],["The policy is configured to stop retrying if a non-transient error is returned or if the number of transient failures exceeds a defined limit."],["The policy considers the `kUnavailable` status code as a transient error, and retry loop can be disabled by providing an instance of this policy with `maximum_failures` == 0."],["The class offers constructors to create instances, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with a type alias `BaseType` for `TpuRetryPolicy`."],["Users can find documentation for various versions of this class, with each version having a corresponding link to its own documentation page, such as 2.36.0, 2.35.0, and so on."]]],[]]