Class SchedulingConfig (1.5.1)

SchedulingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Sets the scheduling options for this node.

Attributes

NameDescription
preemptible bool
Defines whether the node is preemptible.
reserved bool
Whether the node is created under a reservation.

Inheritance

builtins.object > proto.message.Message > SchedulingConfig