[[["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."],[[["The page provides documentation for the `AutoMlLimitedErrorCountRetryPolicy` class in the Google Cloud AutoML C++ library, specifically for version 2.15.1."],["This retry policy is used by `AutoMlConnection` to manage retries based on the number of transient errors encountered, stopping when a non-transient error occurs or the maximum number of transient failures is reached."],["The class treats `kUnavailable` status codes as transient errors and provides constructors to set the maximum number of tolerated transient errors, as well as supporting copy and move operations."],["Key functions of the class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which manage error counts, determine if retries are exhausted, check for permanent failures, and create a new policy instance."],["The page also include versioning of this specific error count retry policy, from 2.37.0-rc all the way back to 2.11.0, with links to each version's respective documentation."]]],[]]