[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-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."]]],[]]