[[["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 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."]]],[]]