[[["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` is considered a transient error."],["Users can configure the maximum number of allowed transient errors via the `AutoMlLimitedErrorCountRetryPolicy(int)` constructor, and the retry loop can be disabled by setting `maximum_failures` to 0."],["The page outlines the constructors, along with the functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` that define the policy's behavior."],["The latest stable version of this class is 2.36.0 and the latest release candidate is 2.37.0-rc, there is also a listing of other versions all the way back to 2.11.0."]]],[]]