Reference documentation and code samples for the Google Cloud Tpu V1 Client class SchedulingConfig.
Sets the scheduling options for this node.
Generated from protobuf message google.cloud.tpu.v1.SchedulingConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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. |
getPreemptible
Defines whether the node is preemptible.
Returns | |
---|---|
Type | Description |
bool |
setPreemptible
Defines whether the node is preemptible.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getReserved
Whether the node is created under a reservation.
Returns | |
---|---|
Type | Description |
bool |
setReserved
Whether the node is created under a reservation.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |