[[["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 `AutoMlRetryPolicy` class, specifically within version 2.33.0 of the Google Cloud C++ client library for AutoML."],["The page lists multiple versions of the `AutoMlRetryPolicy` class, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0, with each version link pointing to its respective documentation."],["The core function of `AutoMlRetryPolicy` is to manage retries for the `AutoMlConnection`, indicated by the provided description."],["Key functions of the class include `clone()`, `OnFailure(Status const &)`, `IsExhausted() const`, and `IsPermanentFailure(Status const &) const`, which handle creating new policy instances, checking for failures, determining if retries are exhausted, and assessing permanent failures, respectively."],["Each of these `AutoMlRetryPolicy` functions contain a parameter, with the parameter always being `status` with the type `Status const &` and a return of type `bool` for the `OnFailure`, `IsExhausted`, and `IsPermanentFailure` functions and `std::unique_ptr\u003c AutoMlRetryPolicy \u003e` for `clone()`."]]],[]]