Class PredictionServiceRetryPolicy (2.23.0-rc)

The retry policy for PredictionServiceConnection.

Functions

clone() const

Creates a new instance of the policy, reset to the initial state.

Returns
TypeDescription
std::unique_ptr< PredictionServiceRetryPolicy >

OnFailure(Status const &)

Parameter
NameDescription
status Status const &
Returns
TypeDescription
bool

OnFailure(Status const &)

Parameter
NameDescription
status Status const &
Returns
TypeDescription
bool

IsExhausted() const

Returns
TypeDescription
bool

IsExhausted() const

Returns
TypeDescription
bool

IsPermanentFailure(Status const &) const

Parameter
NameDescription
status Status const &
Returns
TypeDescription
bool

IsPermanentFailure(Status const &) const

Parameter
NameDescription
status Status const &
Returns
TypeDescription
bool