[[["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-04-17 UTC."],[[["This document provides information on the `TensorboardServiceLimitedErrorCountRetryPolicy` class, which is a retry policy for `TensorboardServiceConnection` that manages retries based on the number of errors encountered."],["The policy stops retrying if a non-transient error is returned or if the number of transient failures exceeds the defined `maximum_failures`."],["Transient errors in this context are specifically defined as those with the status code `kUnavailable`."],["The class provides constructors to set the `maximum_failures`, as well as functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the policy's behavior."],["The current version and all previous versions, dating all the way back to version 2.12.0 are linked for use."]]],[]]