[[["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 document provides details on the `ModelServiceLimitedErrorCountRetryPolicy` class, which is designed for handling transient errors in RPC calls for the `ModelServiceConnection`."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a preset limit, with `kUnavailable` as a defined transient error status code."],["The policy allows for customization of the maximum number of transient failures tolerated through its constructor, enabling users to disable retries entirely by setting `maximum_failures` to 0."],["The class provides functions to check if the policy is exhausted, if there is a permanent failure, and to clone the policy."],["This document lists all of the available versions for this class, with 2.37.0-rc being the most up to date version."]]],[]]