SchedulingConfigResponse

data class SchedulingConfigResponse(val preemptible: Boolean, val reserved: Boolean)

Sets the scheduling options for this node.

Constructors

Link copied to clipboard
fun SchedulingConfigResponse(preemptible: Boolean, reserved: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines whether the node is preemptible.

Link copied to clipboard

Whether the node is created under a reservation.