[[["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-14 UTC."],[[["This webpage provides documentation for the `RecommenderRetryPolicy` class within the Google Cloud C++ client library, specifically for the Recommender service."],["The latest release candidate version is 2.37.0-rc, and the page lists version history and links going as far back as version 2.11.0 for the `RecommenderRetryPolicy`."],["The `RecommenderRetryPolicy` controls how the `RecommenderConnection` retries operations, and it provides functions such as `clone()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`."],["The `OnFailure()` and `IsPermanentFailure()` methods take a `Status const &` parameter, while the `IsExhausted()` and clone functions take no parameters."],["Each function also specifies the \"return\" type, which is either `std::unique_ptr\u003c RecommenderRetryPolicy \u003e` for the `clone()` function or `bool` for the other mentioned functions."]]],[]]