[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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 encountering a non-transient error or exceeding a predefined count of transient failures, and only treats `kUnavailable` as transient errors."],["The `AutoMlLimitedErrorCountRetryPolicy` constructor allows configuring the maximum number of transient errors, with `maximum_failures` == 0 disabling retries."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, which manage retry behavior and status."],["There are many previous versions of this class available going back to 2.11.0, and the latest is 2.37.0-rc."]]],[]]