[[["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 details the `ModelServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `ModelServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when it encounters a non-transient error or when the number of transient failures exceeds a predefined `maximum_failures` count, with `kUnavailable` being the only error that is considered as a transient one."],["The policy includes constructors to set the maximum allowed transient errors, alongside functions for managing failures, determining exhaustion, and checking for permanent failures."],["It also defines a `clone` function to create new instances and a `BaseType` alias that refers to `ModelServiceRetryPolicy`."]]],[]]