[[["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-08-07 UTC."],[[["\u003cp\u003eThis retry policy for \u003ccode\u003eModelServiceConnection\u003c/code\u003e halts retries upon encountering a non-transient error or when the number of transient failures surpasses a predefined limit.\u003c/p\u003e\n"],["\u003cp\u003eThe policy treats the \u003ccode\u003ekUnavailable\u003c/code\u003e status code as a transient error, allowing for retries in such cases.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eModelServiceLimitedErrorCountRetryPolicy\u003c/code\u003e constructor accepts an integer \u003ccode\u003emaximum_failures\u003c/code\u003e parameter, dictating the highest number of transient errors it will tolerate, or 0 to disable the retry loop.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emaximum_failures()\u003c/code\u003e function returns the current maximum number of transient failures allowed by the policy.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIsPermanentFailure()\u003c/code\u003e function determines if the provided \u003ccode\u003estatus\u003c/code\u003e represents a non-recoverable error that should prevent further retries.\u003c/p\u003e\n"]]],[],null,[]]