[[["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-07-09 UTC."],[[["This document describes the `ModelServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `ModelServiceConnection` in the BigQueryControl C++ library."],["The policy retries operations until a non-transient error occurs or the number of transient failures exceeds a predefined maximum."],["Transient errors, specifically identified as `kUnavailable`, are the only errors this policy considers eligible for retry."],["The policy can be configured to disable retries entirely by setting `maximum_failures` to 0 when creating an instance."],["It includes constructors for setting the maximum number of failures and functions to check for exhaustion or permanent failures, as well as to clone the policy."]]],[]]