[[["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` in the Google Cloud C++ library."],["The policy halts retries upon encountering a non-transient error or exceeding a set number of transient failures, specifically treating `kUnavailable` as a transient error."],["You can set the maximum number of tolerated transient errors using the constructor `AutoMlLimitedErrorCountRetryPolicy(int maximum_failures)`, with `maximum_failures` being set to 0 to disable the retry loop."],["The page lists all the versions of the `AutoMlLimitedErrorCountRetryPolicy` starting from version 2.11.0 up until the release candidate version 2.37.0-rc, it also provides links for each version to the relevant page."],["The page provides a complete list of functions and parameters that are available for this policy, including: `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."]]],[]]