[[["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-21 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, and `kUnavailable` status codes are treated as transient errors."],["The class has constructors allowing for setting the maximum number of transient errors, with an option to disable the retry loop by setting `maximum_failures` to 0."],["Key functions include `maximum_failures()` to get the maximum, `OnFailure()` and `IsExhausted()` to determine if retries should continue, `IsPermanentFailure()` to know if an error is non-transient, and `clone()` for creating a reset copy."],["The page also lists all available versions of this class, with 2.37.0-rc being the most recent, and 2.11.0 being the oldest."]]],[]]