Reference documentation and code samples for the Google Cloud Tpu V2 Client class SchedulingConfig.
Sets the scheduling options for this node.
Generated from protobuf message google.cloud.tpu.v2.SchedulingConfig
Namespace
Google \ Cloud \ Tpu \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ preemptible
bool
Defines whether the node is preemptible.
↳ reserved
bool
Whether the node is created under a reservation.
↳ spot
bool
Optional. Defines whether the node is Spot VM.
getPreemptible
Defines whether the node is preemptible.
bool
setPreemptible
Defines whether the node is preemptible.
var
bool
$this
getReserved
Whether the node is created under a reservation.
bool
setReserved
Whether the node is created under a reservation.
var
bool
$this
getSpot
Optional. Defines whether the node is Spot VM.
bool
setSpot
Optional. Defines whether the node is Spot VM.
var
bool
$this