preemptionRate property

double? preemptionRate
final

The preemption rate during the interval, representing the fraction of Spot VMs that were preempted. Range: 0.0 to 1.0. Preemption rate is calculated as (total preempted Spots) / (total Spots that stopped running).

Implementation

final double? preemptionRate;