[[["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-02 UTC."],[[["This retry policy for `ModelServiceConnection` halts retries upon encountering a non-transient error or when the number of transient failures surpasses a predefined limit."],["The policy treats the `kUnavailable` status code as a transient error, allowing for retries in such cases."],["The `ModelServiceLimitedErrorCountRetryPolicy` constructor accepts an integer `maximum_failures` parameter, dictating the highest number of transient errors it will tolerate, or 0 to disable the retry loop."],["The `maximum_failures()` function returns the current maximum number of transient failures allowed by the policy."],["The `IsPermanentFailure()` function determines if the provided `status` represents a non-recoverable error that should prevent further retries."]]],[]]