[[["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-03-14 UTC."],[[["This webpage details the `PredictionServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `PredictionServiceConnection` in the AutoML C++ client library."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, specifically treating `kUnavailable` as a transient error."],["You can create an instance of this class that will stop the retry loop entirely by setting `maximum_failures` to 0 during the construction of the policy."],["The latest version is 2.37.0-rc, and this page covers versions from 2.11.0 up to the latest release candidate."],["The class includes functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `maximum_failures`, and also has a `clone` function to reset the policy."]]],[]]