[[["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-14 UTC."],[[["This webpage details the `ModelServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `ModelServiceConnection` in the Google Cloud Retail API."],["The policy limits retries based on the number of transient errors, specifically treating `kUnavailable` status codes as transient."],["Retry attempts cease if a non-transient error occurs or if the number of transient failures exceeds the set maximum."],["The policy can be disabled by setting `maximum_failures` to 0, and it includes functions to manage failure states, check exhaustion, and determine if a failure is permanent."],["The `ModelServiceLimitedErrorCountRetryPolicy` can be constructed using a maximum_failures integer or by using a const reference or a move."]]],[]]