[[["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 information on the `ModelServiceLimitedErrorCountRetryPolicy`, a class that manages retry attempts for the `ModelServiceConnection`."],["The retry policy is designed to halt retries if a non-transient error occurs or if the number of transient failures exceeds a defined limit."],["Transient errors are specifically defined in this context as those with the `kUnavailable` status code."],["The policy can be customized with a parameter that specifies the `maximum_failures` allowed before ceasing retries, and setting `maximum_failures` to 0 disables the retry loop."],["The document covers the constructors and functions of the `ModelServiceLimitedErrorCountRetryPolicy`, including how to set up, configure and manage this retry policy."]]],[]]