[[["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-07-18 UTC."],[[["This page documents the `ModelServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `ModelServiceConnection` that counts errors to manage retries."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors, specifically those with a `kUnavailable` status code, are the only types that trigger retries under this policy."],["You can disable all retry behavior by creating an instance of this policy with `maximum_failures` set to 0."],["This class supports methods to retrieve the maximum number of allowed failures and to determine if the policy is exhausted or if a given status represents a permanent failure."]]],[]]