[[["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 errors encountered."],["The policy halts retries upon detecting a non-transient error or exceeding a predefined count of transient failures, treating `kUnavailable` status codes as transient."],["The class offers constructors to configure the maximum allowed transient errors and copy constructors to work with instances, while allowing you to completely disable the retry loop if needed."],["The policy includes methods like `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to determine retry eligibility and state, and a `clone` function to create new instances."],["This page provides documentation for multiple versions of the policy, ranging from the latest `2.37.0-rc` down to `2.11.0`."]]],[]]