[[["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 `AutoMlLimitedErrorCountRetryPolicy`, a retry mechanism for `AutoMlConnection` that limits retries based on the number of transient errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient errors exceeds a predefined limit, with `kUnavailable` status codes being the only ones considered transient in this context."],["Users can configure the maximum number of tolerated transient errors during the policy's construction, or disable retry attempts altogether by setting `maximum_failures` to 0."],["The webpage details the constructors, which have parameters for maximum failures and copying parameters, as well as the functions `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`."],["There are many versions of this class available with the latest being 2.37.0-rc, which each have a different link to the documentation."]]],[]]