[[["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-05 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."]]],[]]