standardCapacityBase property

int? standardCapacityBase
getter/setter pair

The base capacity that will always use Standard VMs to avoid risk of more preemption than the minimum capacity you need.

Dataproc will create only standard VMs until it reaches standard_capacity_base, then it will start using standard_capacity_percent_above_base to mix Spot with Standard VMs. eg. If 15 instances are requested and standard_capacity_base is 5, Dataproc will create 5 standard VMs and then start mixing spot and standard VMs for remaining 10 instances.

Optional.

Implementation

core.int? standardCapacityBase;