[[["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 page details the `AutoMlLimitedErrorCountRetryPolicy`, which is a retry mechanism for `AutoMlConnection` that limits retries based on the number of errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The class treats `kUnavailable` status codes as transient errors that are eligible for retry."],["You can control the maximum number of allowed transient errors using the constructor, or disable the retry loop entirely by setting `maximum_failures` to 0."],["The policy offers functions to check the maximum number of failures, determine if the retry policy is exhausted, check if the error is a permanent failure and a virtual clone function to create a new instance of the policy, reset to its initial state."]]],[]]